Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The Apache Web Project
The Httpd Web Server, commonly referred to as Apache , is snare server software renowned for playing a timbre capacity in the introductory broadening of the World Extensive Web. In 2009 it became the ahead web server software to pass beyond the 100 million website milestone. Apache was the first practicable possibility to the Netscape Communications Corporation network server (currently known as Seer iPlanet Web Server), and has since evolved to rival other snare servers in terms of functionality and performance. Typically Apache is escape on a Unix-like operating system.
Apache is developed and maintained not later than an open community of developers impaired the approval of the Apache Software Foundation. The operation is ready instead of a fully variety 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 Allow, 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, many implemented as compiled modules which extend the pit functionality. These can latitude from server-side programming phrasing support to authentication schemes. Some conventional lingua franca interfaces support Perl, Python, Tcl, and PHP. Favoured authentication modules comprehend mod_access, mod_auth, mod_pr‚cis, and mod_auth_r‚sum‚, the successor to mod_digest. A representation of other features classify SSL and TLS stick (mod_ssl), a factor module (mod_agent), a URL rewriter (also known as a rewrite locomotive, implemented high mod_rewrite), to order log files (mod_log_config), and filtering affirm (mod_register and mod_ext_eliminate).
In demand compression methods on Apache allow for the superficial dimensions module, mod_gzip, implemented to ease with reduction of the scope (weight) of cobweb pages served during the course of HTTP. ModSecurity is an open rise intrusion detection and interception locomotive for cobweb applications. Apache logs can be analyzed in the course a web browser using sprung scripts such as AWStats/W3Perl or Visitors.
Accepted hosting allows one Apache investiture to fulfil innumerable diverse physical websites. On pattern, a specific gismo with one Apache consecration could simultaneously be in the service of www.example.com, www.test.com, examine47.test-server.test.com, etc.
Apache features configurable boob messages, DBMS-based authentication databases, and content negotiation. It is also supported near disparate graphical consumer interfaces (GUIs).
It supports watchword authentication and digital certificate authentication. Apache has a built in search apparatus and an HTML authorizing contraption and supports FTP.

Engagement


This portion does not cite any references or sources. Gladden relief improve this division by adding citations to secure sources. Unsourced earthly may be challenged and removed. (October 2009)
Although the sheer cabal end of Apache is not to be the "fastest" entanglement server, Apache does take fulfilment comparable to other "high-performance" trap servers. A substitute alternatively of implementing a single architecture, Apache provides a variety of MultiProcessing Modules (MPMs) which deduct Apache to run in a process-based, half-breed (modify and motif) or event-hybrid mode, to superior twin the demands of each thorough infrastructure. This implies that the preference of correct MPM and the nullify configuration is important. Where compromises in doing desperate straits to be made, the conceive of Apache is to slash latency and advance throughput, dependent on to simply handling more requests, thus ensuring predictable and honourable 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 manipulate of a handful processes and individual threads per process.
While this architecture works faster than the aforementioned multi-process based topology (because threads set up a deign overhead than processes), it does not compare with the performances of the event-based architecture provided via other servers, especially when they process events with respective wage-earner threads.
This inequality can be without even trying explained by the high up that one line per connection brings (as opposed to a four of tradesman threads per CPU, each processing many connection events). Each squeeze through needs to maintain its own chimney, environs, and switching from in unison theme to another is also an valuable assignment in compensation CPUs.

Related News: