Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The Httpd Web Server
The Apache Web Server, commonly referred to as Apache , is spider's web server software outstanding seeking playing a timbre duty in the incipient growth of the Society Sizeable Web. In 2009 it became the ahead web server software to surpass the 100 million website milestone. Apache was the chief rapport different to the Netscape Communications Corporation cobweb server (currently known as Augury iPlanet Entanglement Server), and has since evolved to challenge other trap servers in terms of functionality and performance. Typically Apache is hop to it on a Unix-like operating system.
Apache is developed and maintained during an bare community of developers underneath the auspices of the Apache Software Foundation. The utilization is elbow representing a wide selection of operating systems, including Unix, GNU, FreeBSD, Linux, Solaris, Novell NetWare, AmigaOS, Mac OS X, Microsoft Windows, OS/2, TPF, and eComStation. Released supervised 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 serve 63% of all websites and 66% of the million busiest.
Features

Apache supports a mixture of features, divers implemented as compiled modules which extend the gist functionality. These can latitude from server-side programming communication support to authentication schemes. Some common words interfaces suffer Perl, Python, Tcl, and PHP. In demand authentication modules take in mod_access, mod_auth, mod_digest, and mod_auth_digest, the successor to mod_digest. A sample of other features comprise SSL and TLS help (mod_ssl), a proxy module (mod_agent), a URL rewriter (also known as a rewrite locomotive, implemented under mod_rewrite), to order log files (mod_log_config), and filtering affirm (mod_comprehend and mod_ext_eliminate).
Stock compression methods on Apache allow for the superficial height module, mod_gzip, implemented to improve with reduction of the scope (authority) of entanglement pages served to HTTP. ModSecurity is an uncommitted fountain-head intrusion detection and interception machine exchange for entanglement applications. Apache logs can be analyzed through a snare browser using delivered scripts such as AWStats/W3Perl or Visitors.
Essential hosting allows everyone Apache station to serve multitudinous unalike physical websites. Through despite benchmark, the same gismo with one Apache installation could simultaneously favourable to www.example.com, www.test.com, examine47.test-server.test.com, etc.
Apache features configurable slip-up messages, DBMS-based authentication databases, and capacity negotiation. It is also supported near sundry graphical operator interfaces (GUIs).
It supports shibboleth authentication and digital certificate authentication. Apache has a built in search locomotive and an HTML authorizing dupe and supports FTP.

Display


This fraction does not cite any references or sources. Suit help enhance this fraction near adding citations to sure sources. Unsourced earthly may be challenged and removed. (October 2009)
Although the main cabal aspiration of Apache is not to be the "fastest" trap server, Apache does entertain fulfilment comparable to other "high-performance" network servers. As contrasted with of implementing a single architecture, Apache provides a breed of MultiProcessing Modules (MPMs) which deduct Apache to run in a process-based, half-breed (function and filament) or event-hybrid look, to excel match the demands of each discriminating infrastructure. This implies that the choice of correct MPM and the mark configuration is important. Where compromises in dispatch desperate straits to be made, the lay out of Apache is to slash latency and increase throughput, associated to obviously handling more requests, that reason ensuring accordant and trusted processing of requests within judicious time-frames.
The Apache reading considered not later than the Apache Fundamental as providing high-performance is the multi-threaded style which mixes the utilize consume of diverse processes and diverse threads per process.
While this architecture works faster than the aforementioned multi-process based topology (because threads have a lower running costs than processes), it does not copy the performances of the event-based architecture provided by other servers, especially when they prepare events with a handful hand threads.
This distinction can be smoothly explained beside the overhead that a man thread per relevance brings (as opposed to a four of worker threads per CPU, each processing diverse drag relatives events). Each ease needs to keep going its own stack, milieu, and switching from one plot to another is also an priceless stint in compensation CPUs.

Related News: