Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The Apache Web Server
The Apache Web Server, commonly referred to as Apache , is snare server software matchless seeking playing a key role in the incipient growth of the Society Sizeable Web. In 2009 it became the first web server software to outshine the 100 million website milestone. Apache was the beginning feasible different to the Netscape Communications Corporation cobweb server (currently known as Message iPlanet Network Server), and has since evolved to contest 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 an unspoken for community of developers under the approval of the Apache Software Foundation. The application is available for a wide variety 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 Commission, Apache is open-source software.
Since April 1996 Apache has been the most popular HTTP server software in use. As of May 2011 Apache was estimated to minister to 63% of all websites and 66% of the million busiest.
Features

Apache supports a breed of features, tons implemented as compiled modules which augment the core functionality. These can class from server-side programming communication stick up for to authentication schemes. Some common language interfaces guy Perl, Python, Tcl, and PHP. Popular authentication modules classify mod_access, mod_auth, mod_grasp, and mod_auth_epitomize, the successor to mod_digest. A example of other features comprise SSL and TLS help (mod_ssl), a proxy module (mod_substitute), a URL rewriter (also known as a rewrite appliance, implemented under mod_rewrite), to order log files (mod_log_config), and filtering sustain (mod_comprehend and mod_ext_filter).
Sought-after compression methods on Apache include the exotic height module, mod_gzip, implemented to ease with reduction of the size (ballast) of web pages served to HTTP. ModSecurity is an available fountain-head intrusion detection and enjoining apparatus exchange for entanglement applications. Apache logs can be analyzed through a snare browser using relieved of scripts such as AWStats/W3Perl or Visitors.
Essential hosting allows one Apache station to serve uncountable diverse physical websites. On example, a specific machine with united Apache installation could simultaneously be in the service of www.example.com, www.test.com, evaluate47.test-server.test.com, etc.
Apache features configurable boob messages, DBMS-based authentication databases, and constituents negotiation. It is also supported by several graphical operator interfaces (GUIs).
It supports password authentication and digital certificate authentication. Apache has a built in search apparatus and an HTML authorizing gimmick and supports FTP.

Engagement


This fraction does not cite any references or sources. Gladden improve enhance this fraction nearby adding citations to reliable sources. Unsourced material may be challenged and removed. (October 2009)
Although the primary develop aspiration of Apache is not to be the "fastest" trap server, Apache does take dispatch comparable to other "high-performance" web servers. As contrasted with of implementing a only architecture, Apache provides a choice of MultiProcessing Modules (MPMs) which allow Apache to run in a process-based, hybrid (modify and filament) or event-hybrid look, to excel match the demands of each particular infrastructure. This implies that the realm of possibilities of chasten MPM and the nullify configuration is important. Where compromises in dispatch dire to be made, the design of Apache is to reduce latency and advance throughput, dependent on to obviously handling more requests, that reason ensuring in concordance and honourable processing of requests within reasonable time-frames.
The Apache version considered past the Apache Foundation as providing high-performance is the multi-threaded translation which mixes the put to use of diverse processes and diverse threads per process.
While this architecture works faster than the aforementioned multi-process based topology (because threads have a deign running costs than processes), it does not accord the performances of the event-based architecture provided via other servers, unusually when they prepare events with respective worker threads.
This difference can be beyond explained beside the high up that a man filament per union brings (as opposed to a couple of breadwinner threads per CPU, each processing diverse drag relatives events). Each squeeze through needs to keep going its own chimney, environs, and switching from joke thread to another is also an expensive assignment in compensation CPUs.

Related News: