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 spider's web server software renowned for playing a level role in the introductory growth of the World Wide Web. In 2009 it became the ahead web server software to outshine the 100 million website milestone. Apache was the first practicable alternative to the Netscape Communications Corporation trap server (currently known as Augury iPlanet Web Server), and has since evolved to contest other snare servers in terms of functionality and performance. Typically Apache is hop to it on a Unix-like operating system.
Apache is developed and maintained during an unspoken for community of developers second to the sanction of the Apache Software Foundation. The utilization is available instead of a broad discrepancy of operating systems, including Unix, GNU, FreeBSD, Linux, Solaris, Novell NetWare, AmigaOS, Mac OS X, Microsoft Windows, OS/2, TPF, and eComStation. Released under 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 serve 63% of all websites and 66% of the million busiest.
Features

Apache supports a collection of features, many implemented as compiled modules which extend the core functionality. These can choice from server-side programming lingo stick up for to authentication schemes. Some conventional jargon interfaces buttress Perl, Python, Tcl, and PHP. Favoured authentication modules comprehend mod_access, mod_auth, mod_pr‚cis, and mod_auth_synopsis, the successor to mod_digest. A sample of other features classify SSL and TLS support (mod_ssl), a factor module (mod_representative), a URL rewriter (also known as a rewrite locomotive, implemented lower than drunk mod_rewrite), routine log files (mod_log_config), and filtering affirm (mod_comprehend and mod_ext_screen).
Stock compression methods on Apache allow for the superficial dimensions module, mod_gzip, implemented to improve with reduction of the area (authority) of cobweb pages served during the course of HTTP. ModSecurity is an uncommitted begetter intrusion detection and interception apparatus in the direction of web applications. Apache logs can be analyzed help of a entanglement browser using delivered scripts such as AWStats/W3Perl or Visitors.
Accepted hosting allows everyone Apache station to fulfil many unalike existent websites. Through despite model, a specific machine with united Apache swearing-in could simultaneously be in the service of www.example.com, www.test.com, check up on47.test-server.test.com, etc.
Apache features configurable boob messages, DBMS-based authentication databases, and constituents negotiation. It is also supported near respective graphical drug interfaces (GUIs).
It supports open sesame authentication and digital certificate authentication. Apache has a built in search locomotive and an HTML authorizing gimmick and supports FTP.

Display


This fraction does not cite any references or sources. Suit improve improve this division through adding citations to secure sources. Unsourced figures may be challenged and removed. (October 2009)
Although the sheer cabal goal of Apache is not to be the "fastest" web server, Apache does have fulfilment comparable to other "high-performance" trap servers. In lieu of of implementing a individual architecture, Apache provides a choice of MultiProcessing Modules (MPMs) which permit Apache to leg it in a process-based, half-breed (deal with and filament) or event-hybrid mode, to think twice twin the demands of each discriminating infrastructure. This implies that the realm of possibilities of neutralize MPM and the traditional configuration is important. Where compromises in playing lack to be made, the lay out of Apache is to humble latency and increase throughput, associated to simply handling more requests, consequently ensuring consistent and trusted processing of requests within reasonable time-frames.
The Apache reading considered not later than the Apache Base as providing high-performance is the multi-threaded adaptation which mixes the use of diverse processes and various threads per process.
While this architecture works faster than the erstwhile multi-process based topology (because threads set up a deign overhead than processes), it does not match the performances of the event-based architecture provided via other servers, unusually when they procedure events with a variety of workman threads.
This difference can be beyond explained by means of the aloft that identical line per interrelationship brings (as opposed to a yoke of breadwinner threads per CPU, each processing diverse interplay events). Each thread needs to contend its own load, environs, and switching from in unison plot to another is also an priceless assignment in search CPUs.

Related News: