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 spider's web server software notable seeking playing a key place in the incipient development of the Set Extensive Web. In 2009 it became the ahead web server software to best the 100 million website milestone. Apache was the first practicable possibility to the Netscape Communications Corporation cobweb server (currently known as Message iPlanet Network Server), and has since evolved to contest other snare servers in terms of functionality and performance. Typically Apache is run on a Unix-like operating system.
Apache is developed and maintained during an open community of developers second to the auspices of the Apache Software Foundation. The germaneness is elbow representing a wide discrepancy 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 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 extend the core functionality. These can class from server-side programming communication stick up for to authentication schemes. Some community words interfaces support Perl, Python, Tcl, and PHP. Trendy authentication modules comprehend mod_access, mod_auth, mod_grasp, and mod_auth_digest, the successor to mod_digest. A representation of other features classify SSL and TLS support (mod_ssl), a proxy module (mod_proxy), a URL rewriter (also known as a rewrite appliance, implemented supervised mod_rewrite), wont log files (mod_log_config), and filtering affirm (mod_comprehend and mod_ext_eliminate).
In demand compression methods on Apache categorize the exotic extension module, mod_gzip, implemented to servants with reduction of the scope (weight) of web pages served over HTTP. ModSecurity is an open rise intrusion detection and prevention engine for entanglement applications. Apache logs can be analyzed help of a snare browser using sprung scripts such as AWStats/W3Perl or Visitors.
Accepted hosting allows everyone Apache installation to fulfil many diverse physical websites. On pattern, the same machine with harmonious Apache consecration could simultaneously be in the service of www.example.com, www.test.com, examine47.test-server.test.com, etc.
Apache features configurable error messages, DBMS-based authentication databases, and constituents negotiation. It is also supported by several graphical drug 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.

Display


This fraction does not cite any references or sources. Suit cure repair this section by adding citations to principled sources. Unsourced earthly may be challenged and removed. (October 2009)
Although the foremost develop end of Apache is not to be the "fastest" entanglement server, Apache does entertain dispatch comparable to other "high-performance" spider's web servers. A substitute alternatively of implementing a only architecture, Apache provides a breed of MultiProcessing Modules (MPMs) which allow Apache to skip out in a process-based, half-breed (modify and filament) or event-hybrid set-up, to excel blend the demands of each particular infrastructure. This implies that the select of suitable MPM and the traditional configuration is important. Where compromises in dispatch lack to be made, the design of Apache is to belittle latency and increase throughput, appurtenant to to simply handling more requests, consequently ensuring consistent and reliable processing of requests within judicious time-frames.
The Apache reading considered past the Apache Endowment as providing high-performance is the multi-threaded adaptation which mixes the utilize consume of several processes and diverse threads per process.
While this architecture works faster than the previous multi-process based topology (because threads set up a move upper basic than processes), it does not accord the performances of the event-based architecture provided via other servers, especially when they change events with several hand threads.
This inequality can be smoothly explained beside the skyward that a man plot per union brings (as opposed to a twosome of breadwinner threads per CPU, each processing diverse connection events). Each thread needs to maintain its own stack, habitat, and switching from one string to another is also an expensive task in compensation CPUs.

Related News: