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 cobweb server software matchless for the purpose playing a level capacity in the initial success of the World Extensive Web. In 2009 it became the ahead web server software to best the 100 million website milestone. Apache was the first feasible different to the Netscape Communications Corporation trap server (currently known as Oracle iPlanet Network Server), and has since evolved to contest other entanglement 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 protection of the Apache Software Foundation. The application is readily obtainable representing a fully multiplicity 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 Allow, 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 variety of features, divers implemented as compiled modules which proffer the core functionality. These can latitude from server-side programming communication assist to authentication schemes. Some community language interfaces support Perl, Python, Tcl, and PHP. Popular authentication modules include mod_access, mod_auth, mod_grasp, and mod_auth_digest, the successor to mod_digest. A illustration of other features include SSL and TLS support (mod_ssl), a representative module (mod_substitute), a URL rewriter (also known as a rewrite locomotive, implemented under mod_rewrite), routine log files (mod_log_config), and filtering affirm (mod_register and mod_ext_screen).
Popular compression methods on Apache include the exotic dimensions module, mod_gzip, implemented to help with reduction of the appraise (ballast) of snare pages served over with HTTP. ModSecurity is an available fountain-head intrusion detection and prevention engine in the direction of entanglement applications. Apache logs can be analyzed in the course a web browser using sprung scripts such as AWStats/W3Perl or Visitors.
Virtual hosting allows song Apache consecration to fulfil innumerable different verifiable websites. For example, joined machine with united Apache ordination could simultaneously be in the service of www.example.com, www.test.com, evaluate47.test-server.test.com, etc.
Apache features configurable slip-up messages, DBMS-based authentication databases, and content negotiation. It is also supported not later than sundry graphical user interfaces (GUIs).
It supports password authentication and digital certificate authentication. Apache has a built in search locomotive and an HTML authorizing tool and supports FTP.

Engagement


This fraction does not cite any references or sources. Suit cure amend this leg by adding citations to reliable sources. Unsourced figures may be challenged and removed. (October 2009)
Although the sheer layout object of Apache is not to be the "fastest" spider's web server, Apache does have performance comparable to other "high-performance" trap servers. In lieu of of implementing a single architecture, Apache provides a variety of MultiProcessing Modules (MPMs) which deduct Apache to leg it in a process-based, half-breed (function and thread) or event-hybrid mode, to better blend the demands of each discriminating infrastructure. This implies that the preference of chasten MPM and the nullify configuration is important. Where compromises in dispatch need to be made, the design of Apache is to reduce latency and gain throughput, dependent on to simply handling more requests, thus ensuring in concordance and honourable processing of requests within reasonable time-frames.
The Apache adaptation considered by means of the Apache Base as providing high-performance is the multi-threaded adaptation which mixes the use of a handful processes and diverse threads per process.
While this architecture works faster than the previous multi-process based topology (because threads suffer with a move running costs than processes), it does not match the performances of the event-based architecture provided sooner than other servers, uncommonly when they change events with respective hand threads.
This inequality can be smoothly explained beside the overhead that one line per connection brings (as opposed to a yoke of tradesman threads per CPU, each processing numberless connection events). Each ease needs to maintain its own chimney, environment, and switching from joke string to another is also an high-priced assignment after CPUs.

Related News: