Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
Apache WWW Server Software
The Httpd Web Server, commonly referred to as Apache , is cobweb server software renowned for playing a timbre place in the initial growth of the Society Extensive Web. In 2009 it became the principal cobweb server software to best the 100 million website milestone. Apache was the chief practicable alternative to the Netscape Communications Corporation network server (currently known as Oracle iPlanet Network Server), and has since evolved to challenge other web servers in terms of functionality and performance. Typically Apache is manufacture on a Unix-like operating system.
Apache is developed and maintained during an open community of developers under the sanction of the Apache Software Foundation. The operation is readily obtainable on a broad 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 Accredit, Apache is open-source software.
Since April 1996 Apache has been the most popular 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 collection of features, tons implemented as compiled modules which augment the insides functionality. These can latitude from server-side programming lingo stick up for to authentication schemes. Some community lingua franca interfaces support Perl, Python, Tcl, and PHP. Popular authentication modules classify mod_access, mod_auth, mod_survive, and mod_auth_r‚sum‚, the successor to mod_digest. A representation of other features include SSL and TLS stick (mod_ssl), a factor module (mod_substitute), a URL rewriter (also known as a rewrite apparatus, implemented lower than drunk mod_rewrite), to order log files (mod_log_config), and filtering affirm (mod_register and mod_ext_screen).
Stock compression methods on Apache take in the superficial height module, mod_gzip, implemented to ease with reduction of the size (weight) of entanglement pages served during the course of HTTP. ModSecurity is an open source intrusion detection and prevention locomotive object of entanglement applications. Apache logs can be analyzed help of a snare browser using free scripts such as AWStats/W3Perl or Visitors.
Virtual hosting allows united Apache station to help many divers verifiable websites. On pattern, one mechanism with united Apache consecration could simultaneously favourable to www.example.com, www.test.com, evaluate47.test-server.test.com, etc.
Apache features configurable boob messages, DBMS-based authentication databases, and content negotiation. It is also supported not later than respective graphical user interfaces (GUIs).
It supports watchword authentication and digital certificate authentication. Apache has a built in search machine and an HTML authorizing gimmick and supports FTP.

Performance


This fraction does not cite any references or sources. Please help improve this leg near adding citations to principled sources. Unsourced figures may be challenged and removed. (October 2009)
Although the sheer develop end of Apache is not to be the "fastest" trap server, Apache does entertain playing comparable to other "high-performance" network servers. In lieu of of implementing a individual architecture, Apache provides a variety of MultiProcessing Modules (MPMs) which permit Apache to leg it in a process-based, composite (process and thread) or event-hybrid set-up, to think twice match the demands of each particular infrastructure. This implies that the choice of suitable MPM and the nullify configuration is important. Where compromises in performance lack to be made, the lay out of Apache is to belittle latency and gain throughput, relative to austerely handling more requests, thus ensuring accordant and secure processing of requests within reasonable time-frames.
The Apache reading considered not later than the Apache Fundamental as providing high-performance is the multi-threaded style which mixes the manipulate of diverse processes and diverse threads per process.
While this architecture works faster than the previous multi-process based topology (because threads suffer with a lower running costs than processes), it does not copy the performances of the event-based architecture provided sooner than other servers, especially when they procedure events with respective workman threads.
This inequality can be without even trying explained by means of the high up that a man plot per connection brings (as opposed to a yoke of worker threads per CPU, each processing diverse correlation events). Each sequence needs to maintain its own load, environment, and switching from inseparable plot to another is also an priceless assignment after CPUs.

Related News: