Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The History of Apache Server
The Httpd Web Server, commonly referred to as Apache , is spider's web server software matchless for playing a level duty in the incipient development of the Cosmos Sizeable Web. In 2009 it became the beginning web server software to surpass the 100 million website milestone. Apache was the beginning viable possibility to the Netscape Communications Corporation cobweb server (currently known as Augury iPlanet Network Server), and has since evolved to contest other trap servers in terms of functionality and performance. Typically Apache is manufacture on a Unix-like operating system.
Apache is developed and maintained by an open community of developers underneath the protection of the Apache Software Foundation. The operation is ready representing 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 supervised the Apache Accredit, 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 minister to 63% of all websites and 66% of the million busiest.
Features

Apache supports a variety of features, tons implemented as compiled modules which proffer the gist functionality. These can latitude from server-side programming communication assist to authentication schemes. Some common language interfaces suffer Perl, Python, Tcl, and PHP. Trendy authentication modules take in mod_access, mod_auth, mod_grasp, and mod_auth_digest, the successor to mod_digest. A representation of other features embrace SSL and TLS support (mod_ssl), a proxy module (mod_proxy), a URL rewriter (also known as a rewrite appliance, implemented lower than drunk mod_rewrite), routine log files (mod_log_config), and filtering reinforce (mod_comprehend and mod_ext_eliminate).
In demand compression methods on Apache include the foreign dimensions module, mod_gzip, implemented to servants with reduction of the appraise (strain) of entanglement pages served over HTTP. ModSecurity is an uncover rise intrusion detection and interception machine in the direction of web applications. Apache logs can be analyzed through a web browser using sprung scripts such as AWStats/W3Perl or Visitors.
Effective hosting allows song Apache consecration to serve uncountable different verifiable websites. For benchmark, one mechanism with united Apache installation could simultaneously serve www.example.com, www.test.com, test47.test-server.test.com, etc.
Apache features configurable error messages, DBMS-based authentication databases, and capacity negotiation. It is also supported next to sundry graphical drug interfaces (GUIs).
It supports shibboleth authentication and digital certificate authentication. Apache has a built in search locomotive and an HTML authorizing contraption and supports FTP.

Engagement


This portion does not cite any references or sources. Gladden help repair this division through adding citations to sure sources. Unsourced material may be challenged and removed. (October 2009)
Although the sheer design goal of Apache is not to be the "fastest" trap server, Apache does have playing comparable to other "high-performance" spider's web servers. A substitute alternatively of implementing a single architecture, Apache provides a breed of MultiProcessing Modules (MPMs) which allow Apache to leg it in a process-based, hybrid (modify and thread) or event-hybrid way, to think twice blend the demands of each thorough infrastructure. This implies that the realm of possibilities of suitable MPM and the nullify configuration is important. Where compromises in playing desperate straits to be made, the design of Apache is to belittle latency and advance throughput, associated to austerely handling more requests, thus ensuring in concordance and honourable processing of requests within judicious time-frames.
The Apache version considered past the Apache Fundamental as providing high-performance is the multi-threaded adaptation which mixes the put to use of several processes and several threads per process.
While this architecture works faster than the aforementioned multi-process based topology (because threads prepare a deign overhead than processes), it does not compare with the performances of the event-based architecture provided via other servers, unusually when they change events with several hand threads.
This difference can be beyond explained by means of the aloft that identical thread per relevance brings (as opposed to a couple of breadwinner threads per CPU, each processing profuse drag relatives events). Each sequence needs to keep going its own chimney, habitat, and switching from in unison theme to another is also an priceless assignment for CPUs.

Related News: