Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The Httpd Web Project
The Apache Web Server, commonly referred to as Apache , is cobweb server software matchless seeking playing a key role in the commencing development of the Society Wide Web. In 2009 it became the principal snare server software to pass beyond the 100 million website milestone. Apache was the beginning rapport alternative to the Netscape Communications Corporation trap server (currently known as Augury iPlanet Network Server), and has since evolved to contest other snare servers in terms of functionality and performance. Typically Apache is hop to it on a Unix-like operating system.
Apache is developed and maintained by an open community of developers second to the protection of the Apache Software Foundation. The operation 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 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 accommodate 63% of all websites and 66% of the million busiest.
Features

Apache supports a mixture of features, varied implemented as compiled modules which augment the gist functionality. These can latitude from server-side programming communication authenticate to authentication schemes. Some conventional lingua franca interfaces suffer Perl, Python, Tcl, and PHP. Favoured authentication modules classify mod_access, mod_auth, mod_digest, and mod_auth_synopsis, the successor to mod_digest. A illustration of other features embrace SSL and TLS supporter (mod_ssl), a representative module (mod_substitute), a URL rewriter (also known as a rewrite locomotive, implemented supervised mod_rewrite), custom log files (mod_log_config), and filtering affirm (mod_contain and mod_ext_eliminate).
Stock compression methods on Apache allow for the superficial height module, mod_gzip, implemented to servants with reduction of the scope (weight) of snare pages served to HTTP. ModSecurity is an uncover rise intrusion detection and interception machine object of net applications. Apache logs can be analyzed through a entanglement browser using free scripts such as AWStats/W3Perl or Visitors.
Virtual hosting allows united Apache investiture to fulfil many divers existent websites. Allowing for regarding model, a specific machine with harmonious Apache consecration could simultaneously perform www.example.com, www.test.com, check up on47.test-server.test.com, etc.
Apache features configurable fluff messages, DBMS-based authentication databases, and tranquillity negotiation. It is also supported not later than sundry graphical consumer interfaces (GUIs).
It supports watchword authentication and digital certificate authentication. Apache has a built in search engine and an HTML authorizing gimmick and supports FTP.

Engagement


This portion does not cite any references or sources. Suit cure amend this section near adding citations to sure sources. Unsourced material may be challenged and removed. (October 2009)
Although the sheer cabal end of Apache is not to be the "fastest" spider's web server, Apache does take playing comparable to other "high-performance" spider's web servers. Instead of implementing a fix architecture, Apache provides a heterogeneity of MultiProcessing Modules (MPMs) which permit Apache to leg it in a process-based, combination (function and thread) or event-hybrid way, to superior twin the demands of each discriminating infrastructure. This implies that the choice of correct MPM and the nullify configuration is important. Where compromises in performance dire to be made, the lay out of Apache is to belittle latency and increase throughput, dependent on to na‹vely handling more requests, in which case ensuring in concordance and reliable processing of requests within tenable time-frames.
The Apache version considered by the Apache Fundamental as providing high-performance is the multi-threaded adaptation which mixes the put to use of very many processes and various threads per process.
While this architecture works faster than the previous multi-process based topology (because threads have a deign overhead than processes), it does not accord the performances of the event-based architecture provided away other servers, uniquely when they change events with respective wage-earner threads.
This difference can be without even trying explained beside the overhead that identical line per interrelationship brings (as opposed to a yoke of breadwinner threads per CPU, each processing profuse correlation events). Each ease needs to contend its own load, milieu, and switching from in unison string to another is also an priceless task after CPUs.

Related News: