Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The History of Httpd Project
The Httpd Web Server, commonly referred to as Apache , is snare server software outstanding for playing a key place in the initial success of the Society Extensive Web. In 2009 it became the first spider's web server software to outshine the 100 million website milestone. Apache was the beginning feasible different to the Netscape Communications Corporation network server (currently known as Augury iPlanet Entanglement Server), and has since evolved to challenge other web servers in terms of functionality and performance. Typically Apache is run on a Unix-like operating system.
Apache is developed and maintained not later than an public community of developers underneath the protection of the Apache Software Foundation. The germaneness is elbow instead of 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 junior to the Apache Accredit, Apache is open-source software.
Since April 1996 Apache has been the most normal 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, tons implemented as compiled modules which proffer the insides functionality. These can range from server-side programming communication assist to authentication schemes. Some inferior words interfaces suffer Perl, Python, Tcl, and PHP. Favoured authentication modules classify mod_access, mod_auth, mod_pr‚cis, and mod_auth_synopsis, the successor to mod_digest. A representation of other features classify SSL and TLS supporter (mod_ssl), a representative module (mod_substitute), a URL rewriter (also known as a rewrite locomotive, implemented high mod_rewrite), wont log files (mod_log_config), and filtering affirm (mod_register and mod_ext_filter).
In demand compression methods on Apache include the superficial height module, mod_gzip, implemented to improve with reduction of the appraise (weight) of web pages served over HTTP. ModSecurity is an uncommitted rise intrusion detection and prevention apparatus exchange for net applications. Apache logs can be analyzed from one end to the other a cobweb browser using relieved of scripts such as AWStats/W3Perl or Visitors.
Effective hosting allows united Apache station to help multitudinous diverse actual websites. Through despite pattern, the same gizmo with joined Apache installation could simultaneously serve www.example.com, www.test.com, check up on47.test-server.test.com, etc.
Apache features configurable boob messages, DBMS-based authentication databases, and tranquillity negotiation. It is also supported not later than several graphical operator interfaces (GUIs).
It supports shibboleth authentication and digital certificate authentication. Apache has a built in search locomotive and an HTML authorizing tool and supports FTP.

Exhibit


This portion does not cite any references or sources. Gladden improve amend this section by adding citations to principled sources. Unsourced earthly may be challenged and removed. (October 2009)
Although the sheer layout end of Apache is not to be the "fastest" trap server, Apache does have playing comparable to other "high-performance" network servers. A substitute alternatively of implementing a single architecture, Apache provides a variety of MultiProcessing Modules (MPMs) which concede Apache to leg it in a process-based, half-breed (modify and piece of yarn) or event-hybrid mode, to think twice match the demands of each separate infrastructure. This implies that the select of suitable MPM and the nullify configuration is important. Where compromises in dispatch dire to be made, the conceive of Apache is to slash latency and gain throughput, dependent on to simply handling more requests, in which case ensuring predictable and reliable processing of requests within reasonable time-frames.
The Apache version considered past the Apache Fundamental as providing high-performance is the multi-threaded version which mixes the use of a handful processes and various threads per process.
While this architecture works faster than the previous multi-process based topology (because threads have a deign running costs than processes), it does not copy the performances of the event-based architecture provided by other servers, unusually when they process events with respective hand threads.
This distinction can be without even trying explained beside the high up that one line per connection brings (as opposed to a four of breadwinner threads per CPU, each processing diverse correlation events). Each squeeze through needs to contend its own clamp, milieu, and switching from in unison thread to another is also an priceless assignment in compensation CPUs.

Related News: