Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The History of Httpd Project
The Httpd Web Server, commonly referred to as Apache , is web server software outstanding for the purpose playing a timbre role in the initial growth of the World Sizeable Web. In 2009 it became the beginning cobweb server software to best the 100 million website milestone. Apache was the beginning practicable alternative to the Netscape Communications Corporation cobweb server (currently known as Augury iPlanet Network Server), and has since evolved to rival other web servers in terms of functionality and performance. Typically Apache is escape on a Unix-like operating system.
Apache is developed and maintained by way of an public community of developers under the auspices of the Apache Software Foundation. The germaneness is ready representing a broad discrepancy of operating systems, including Unix, GNU, FreeBSD, Linux, Solaris, Novell NetWare, AmigaOS, Mac OS X, Microsoft Windows, OS/2, TPF, and eComStation. Released impaired the Apache Commission, Apache is open-source software.
Since April 1996 Apache has been the most fashionable HTTP server software in use. As of May 2011 Apache was estimated to be accurate 63% of all websites and 66% of the million busiest.
Features

Apache supports a collection of features, many implemented as compiled modules which proffer the gist functionality. These can choice from server-side programming phrasing authenticate to authentication schemes. Some conventional words interfaces guy Perl, Python, Tcl, and PHP. Trendy authentication modules comprehend mod_access, mod_auth, mod_digest, and mod_auth_synopsis, the successor to mod_digest. A example of other features include SSL and TLS stick (mod_ssl), a representative module (mod_proxy), a URL rewriter (also known as a rewrite appliance, implemented under mod_rewrite), wont log files (mod_log_config), and filtering support (mod_contain and mod_ext_filter).
Popular compression methods on Apache include the exotic extension module, mod_gzip, implemented to servants with reduction of the size (strain) of entanglement pages served to HTTP. ModSecurity is an open fountain-head intrusion detection and ban engine in the direction of net applications. Apache logs can be analyzed in the course a entanglement browser using relieved of scripts such as AWStats/W3Perl or Visitors.
Accepted hosting allows united Apache consecration to one's duty uncountable unalike verifiable websites. Allowing for regarding example, one mechanism with harmonious Apache consecration could simultaneously serve www.example.com, www.test.com, check up on47.test-server.test.com, etc.
Apache features configurable fluff messages, DBMS-based authentication databases, and content negotiation. It is also supported next to several graphical drug interfaces (GUIs).
It supports open sesame authentication and digital certificate authentication. Apache has a built in search engine and an HTML authorizing dupe and supports FTP.

Performance


This section does not cite any references or sources. Please help amend this leg near adding citations to secure sources. Unsourced earthly may be challenged and removed. (October 2009)
Although the main develop goal of Apache is not to be the "fastest" trap server, Apache does take performance comparable to other "high-performance" web servers. A substitute alternatively of implementing a single architecture, Apache provides a heterogeneity of MultiProcessing Modules (MPMs) which permit Apache to skip out in a process-based, hybrid (modify and thread) or event-hybrid set-up, to superior blend the demands of each particular infrastructure. This implies that the realm of possibilities of correct MPM and the correct configuration is important. Where compromises in dispatch dire to be made, the design of Apache is to humble latency and advance throughput, relative to na‹vely handling more requests, that reason ensuring accordant and honourable processing of requests within judicious time-frames.
The Apache translation considered not later than the Apache Base as providing high-performance is the multi-threaded translation which mixes the put to use of diverse processes and several threads per process.
While this architecture works faster than the erstwhile multi-process based topology (because threads set up a deign outlay than processes), it does not accord the performances of the event-based architecture provided away other servers, uniquely when they change events with several hand threads.
This distinction can be without even trying explained beside the overhead that identical thread per connection brings (as opposed to a yoke of worker threads per CPU, each processing many interplay events). Each ease needs to keep going its own clamp, environment, and switching from in unison plot to another is also an expensive censure in search CPUs.

Related News: