Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The Apache Web Server
The Httpd Web Server, commonly referred to as Apache , is snare server software notable for playing a pivotal place in the introductory growth of the Set Extensive Web. In 2009 it became the ahead web server software to pass beyond the 100 million website milestone. Apache was the chief viable alternative to the Netscape Communications Corporation cobweb server (currently known as Oracle iPlanet Network Server), and has since evolved to compete with other web servers in terms of functionality and performance. Typically Apache is manufacture on a Unix-like operating system.
Apache is developed and maintained by way of an open community of developers second to the approval of the Apache Software Foundation. The utilization is readily obtainable representing a deviating multiplicity of operating systems, including Unix, GNU, FreeBSD, Linux, Solaris, Novell NetWare, AmigaOS, Mac OS X, Microsoft Windows, OS/2, TPF, and eComStation. Released under the Apache Accredit, 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 variety of features, many implemented as compiled modules which proffer the pit functionality. These can range from server-side programming lingo support to authentication schemes. Some community lingua franca interfaces guy Perl, Python, Tcl, and PHP. Favoured authentication modules include mod_access, mod_auth, mod_digest, and mod_auth_digest, the successor to mod_digest. A example of other features include SSL and TLS supporter (mod_ssl), a representative module (mod_proxy), a URL rewriter (also known as a rewrite apparatus, implemented high mod_rewrite), routine log files (mod_log_config), and filtering affirm (mod_include and mod_ext_eliminate).
Popular compression methods on Apache include the superficial height module, mod_gzip, implemented to servants with reduction of the scope (strain) of web pages served to HTTP. ModSecurity is an available source intrusion detection and prevention apparatus in the direction of cobweb applications. Apache logs can be analyzed through a snare browser using sprung scripts such as AWStats/W3Perl or Visitors.
Essential hosting allows everyone Apache consecration to help innumerable unalike existent websites. For pattern, the same mechanism with joined Apache consecration could simultaneously favourable to www.example.com, www.test.com, evaluate47.test-server.test.com, etc.
Apache features configurable slip-up messages, DBMS-based authentication databases, and constituents negotiation. It is also supported not later than sundry graphical drug interfaces (GUIs).
It supports open sesame authentication and digital certificate authentication. Apache has a built in search locomotive and an HTML authorizing gimmick and supports FTP.

Display


This part does not cite any references or sources. Please improve enhance this leg near adding citations to reliable sources. Unsourced earthly may be challenged and removed. (October 2009)
Although the foremost layout object of Apache is not to be the "fastest" web server, Apache does play a joke on playing comparable to other "high-performance" web servers. As contrasted with of implementing a only architecture, Apache provides a variety of MultiProcessing Modules (MPMs) which concede Apache to leg it in a process-based, composite (modify and piece of yarn) or event-hybrid way, to excel meet the demands of each discriminating infrastructure. This implies that the preference of correct MPM and the correct configuration is important. Where compromises in dispatch dire to be made, the conceive of Apache is to humble latency and advance throughput, relative to na‹vely handling more requests, that reason ensuring in concordance and honourable processing of requests within tenable time-frames.
The Apache reading considered by 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 previous multi-process based topology (because threads set up a lower upper basic than processes), it does not accord the performances of the event-based architecture provided via other servers, unusually when they process events with several workman threads.
This inequality can be smoothly explained beside the overhead that undivided line per interrelationship brings (as opposed to a four of breadwinner threads per CPU, each processing many correlation events). Each squeeze through needs to contend its own chimney, environs, and switching from in unison theme to another is also an high-priced censure after CPUs.

Related News: