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 with a view playing a pivotal duty in the commencing success of the Society Sizeable Web. In 2009 it became the ahead spider's web server software to surpass the 100 million website milestone. Apache was the beginning viable selection to the Netscape Communications Corporation network server (currently known as Oracle iPlanet Network Server), and has since evolved to rival other entanglement servers in terms of functionality and performance. Typically Apache is run on a Unix-like operating system.
Apache is developed and maintained by an open community of developers second to the sanction of the Apache Software Foundation. The application is readily obtainable on a deviating 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 Allow, 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 accommodate 63% of all websites and 66% of the million busiest.
Features

Apache supports a variety of features, varied implemented as compiled modules which extend the insides functionality. These can range from server-side programming lingo stick up for to authentication schemes. Some common jargon interfaces suffer Perl, Python, Tcl, and PHP. Popular authentication modules comprehend mod_access, mod_auth, mod_grasp, and mod_auth_r‚sum‚, the successor to mod_digest. A example of other features embrace SSL and TLS support (mod_ssl), a proxy module (mod_proxy), a URL rewriter (also known as a rewrite locomotive, implemented under mod_rewrite), custom log files (mod_log_config), and filtering affirm (mod_register and mod_ext_eliminate).
Sought-after compression methods on Apache take in the external dimensions module, mod_gzip, implemented to help with reduction of the appraise (authority) of entanglement pages served over with HTTP. ModSecurity is an uncover source intrusion detection and prevention locomotive for net applications. Apache logs can be analyzed help of a entanglement browser using relieved of scripts such as AWStats/W3Perl or Visitors.
Accepted hosting allows one Apache consecration to help uncountable different verifiable websites. On pattern, one gizmo with harmonious Apache consecration could simultaneously perform www.example.com, www.test.com, test47.test-server.test.com, etc.
Apache features configurable fluff messages, DBMS-based authentication databases, and capacity negotiation. It is also supported not later than respective graphical user interfaces (GUIs).
It supports watchword authentication and digital certificate authentication. Apache has a built in search engine and an HTML authorizing tool and supports FTP.

Exhibit


This section does not cite any references or sources. Suit help improve this section near adding citations to principled sources. Unsourced earthly may be challenged and removed. (October 2009)
Although the sheer cabal aspiration of Apache is not to be the "fastest" spider's web server, Apache does take playing comparable to other "high-performance" trap servers. Instead of implementing a individual architecture, Apache provides a choice of MultiProcessing Modules (MPMs) which allow Apache to hump it in a process-based, combination (function and filament) or event-hybrid mode, to think twice blend the demands of each thorough infrastructure. This implies that the realm of possibilities of suitable MPM and the traditional configuration is important. Where compromises in playing desperate straits to be made, the design of Apache is to reduce latency and increase throughput, associated to obviously handling more requests, consequently ensuring predictable and honourable processing of requests within judicious time-frames.
The Apache version considered not later than the Apache Foundation as providing high-performance is the multi-threaded adaptation which mixes the utilize consume of several processes and several threads per process.
While this architecture works faster than the too soon multi-process based topology (because threads have a deign outlay than processes), it does not match the performances of the event-based architecture provided by other servers, especially when they process events with a handful wage-earner threads.
This distinction can be smoothly explained by means of the overhead that undivided line per union brings (as opposed to a twosome of tradesman threads per CPU, each processing many interplay events). Each thread needs to uphold its own stack, habitat, and switching from in unison plot to another is also an high-priced task in search CPUs.

Related News: