Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The Apache Web Software Overview
The Httpd Web Server, commonly referred to as Apache , is spider's web server software renowned for playing a pivotal place in the introductory success of the Cosmos Wide Web. In 2009 it became the first web server software to outshine the 100 million website milestone. Apache was the first feasible possibility to the Netscape Communications Corporation trap server (currently known as Message iPlanet Web Server), and has since evolved to challenge other web 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 way of an bare community of developers under the sanction of the Apache Software Foundation. The germaneness is available for 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 supervised the Apache Commission, Apache is open-source software.
Since April 1996 Apache has been the most conventional 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 variety of features, tons implemented as compiled modules which proffer the pit functionality. These can choice from server-side programming language stick up for to authentication schemes. Some conventional words interfaces support Perl, Python, Tcl, and PHP. Popular authentication modules classify mod_access, mod_auth, mod_digest, and mod_auth_epitomize, the successor to mod_digest. A illustration of other features embrace SSL and TLS stick (mod_ssl), a proxy module (mod_substitute), a URL rewriter (also known as a rewrite apparatus, implemented under mod_rewrite), wont log files (mod_log_config), and filtering reinforce (mod_include and mod_ext_filter).
Popular compression methods on Apache categorize the external dimensions module, mod_gzip, implemented to ease with reduction of the appraise (authority) of cobweb pages served over with HTTP. ModSecurity is an uncommitted rise intrusion detection and ban machine in the direction of entanglement applications. Apache logs can be analyzed through a snare browser using delivered scripts such as AWStats/W3Perl or Visitors.
Essential hosting allows united Apache station to one's duty multitudinous different physical websites. For example, a specific gismo with one Apache installation could simultaneously serve www.example.com, www.test.com, evaluate47.test-server.test.com, etc.
Apache features configurable error messages, DBMS-based authentication databases, and tranquillity negotiation. It is also supported not later than respective graphical operator 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.

Exhibit


This portion does not cite any references or sources. Please help amend this section through adding citations to reliable sources. Unsourced earthly may be challenged and removed. (October 2009)
Although the main design goal of Apache is not to be the "fastest" web server, Apache does play a joke on playing comparable to other "high-performance" network servers. As contrasted with of implementing a single architecture, Apache provides a heterogeneity of MultiProcessing Modules (MPMs) which allow Apache to run in a process-based, combination (deal with and filament) or event-hybrid look, to think twice meet the demands of each particular infrastructure. This implies that the realm of possibilities of neutralize MPM and the traditional configuration is important. Where compromises in doing dire to be made, the stratagem of Apache is to belittle latency and increase throughput, appurtenant to to obviously handling more requests, in which case ensuring accordant and honourable processing of requests within tenable time-frames.
The Apache adaptation considered by means of the Apache Base as providing high-performance is the multi-threaded style which mixes the put to use of several processes and individual threads per process.
While this architecture works faster than the too soon multi-process based topology (because threads suffer with a trim overhead than processes), it does not compare with the performances of the event-based architecture provided away other servers, unusually when they process events with a handful workman threads.
This dissimilarity can be easily explained beside the overhead that a man plot per connection brings (as opposed to a couple of wage-earner threads per CPU, each processing many correlation events). Each thread needs to uphold its own stack, habitat, and switching from one plot to another is also an priceless stint in search CPUs.

Related News: