Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The History of Httpd Project
The Apache Web Server, commonly referred to as Apache , is cobweb server software outstanding for playing a key role in the incipient development of the Society Big Web. In 2009 it became the principal cobweb server software to outshine the 100 million website milestone. Apache was the chief feasible possibility to the Netscape Communications Corporation network server (currently known as Augury iPlanet Web 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 not later than an open community of developers underneath the approval of the Apache Software Foundation. The germaneness is elbow on a fully 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 normal 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 mixture of features, tons implemented as compiled modules which extend the core functionality. These can choice from server-side programming phrasing stick up for to authentication schemes. Some conventional jargon interfaces buttress Perl, Python, Tcl, and PHP. In demand authentication modules comprehend mod_access, mod_auth, mod_grasp, and mod_auth_epitomize, the successor to mod_digest. A illustration of other features comprise SSL and TLS support (mod_ssl), a surrogate module (mod_representative), a URL rewriter (also known as a rewrite engine, implemented under mod_rewrite), custom log files (mod_log_config), and filtering reinforce (mod_contain and mod_ext_eliminate).
Sought-after compression methods on Apache categorize the exotic extension module, mod_gzip, implemented to improve with reduction of the area (weight) of web pages served over HTTP. ModSecurity is an open rise intrusion detection and interception apparatus for web applications. Apache logs can be analyzed from one end to the other a snare browser using free scripts such as AWStats/W3Perl or Visitors.
Accepted hosting allows one Apache investiture to serve multitudinous divers actual websites. Allowing for regarding model, the same machine with one Apache swearing-in could simultaneously favourable to www.example.com, www.test.com, examine47.test-server.test.com, etc.
Apache features configurable fluff messages, DBMS-based authentication databases, and content negotiation. It is also supported near several graphical consumer interfaces (GUIs).
It supports open sesame authentication and digital certificate authentication. Apache has a built in search machine and an HTML authorizing tool and supports FTP.

Exhibit


This fraction does not cite any references or sources. Please cure improve this division through adding citations to secure sources. Unsourced fabric may be challenged and removed. (October 2009)
Although the sheer design aspiration of Apache is not to be the "fastest" trap server, Apache does play a joke on fulfilment comparable to other "high-performance" web servers. A substitute alternatively of implementing a only architecture, Apache provides a breed of MultiProcessing Modules (MPMs) which permit Apache to run in a process-based, combination (function and motif) or event-hybrid look, to superior blend the demands of each discriminating infrastructure. This implies that the realm of possibilities of neutralize MPM and the mark configuration is important. Where compromises in doing need to be made, the lay out of Apache is to reduce latency and advance throughput, relative to simply handling more requests, thus ensuring accordant and reliable processing of requests within tenable time-frames.
The Apache version considered by means of the Apache Fundamental as providing high-performance is the multi-threaded style which mixes the put to use of a handful processes and several threads per process.
While this architecture works faster than the previous multi-process based topology (because threads have a deign upper basic than processes), it does not match the performances of the event-based architecture provided sooner than other servers, especially when they prepare events with several wage-earner threads.
This difference can be smoothly explained on the high up that identical plot per union brings (as opposed to a yoke of breadwinner threads per CPU, each processing many correlation events). Each squeeze through needs to keep going its own clamp, environs, and switching from one plot to another is also an valuable stint for CPUs.

Related News: