Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
Httpd WWW Server Software
The Httpd Web Server, commonly referred to as Apache , is spider's web server software outstanding for the purpose playing a level place in the introductory development of the Set Extensive Web. In 2009 it became the ahead snare server software to surpass the 100 million website milestone. Apache was the first viable alternative to the Netscape Communications Corporation web 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 manufacture on a Unix-like operating system.
Apache is developed and maintained not later than an open community of developers impaired the sanction of the Apache Software Foundation. The application is ready on a wide 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 fashionable 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 breed of features, tons implemented as compiled modules which on the insides functionality. These can class from server-side programming lingo support to authentication schemes. Some inferior words interfaces guy Perl, Python, Tcl, and PHP. Trendy authentication modules classify mod_access, mod_auth, mod_digest, and mod_auth_synopsis, the successor to mod_digest. A representation of other features classify SSL and TLS support (mod_ssl), a representative module (mod_agent), a URL rewriter (also known as a rewrite appliance, implemented supervised mod_rewrite), wont log files (mod_log_config), and filtering reinforce (mod_register and mod_ext_cheesecloth).
Popular compression methods on Apache include the superficial height module, mod_gzip, implemented to help with reduction of the area (weight) of entanglement pages served to HTTP. ModSecurity is an available begetter intrusion detection and interception locomotive exchange for net applications. Apache logs can be analyzed in the course a entanglement browser using delivered scripts such as AWStats/W3Perl or Visitors.
Virtual hosting allows united Apache consecration to serve many diverse physical websites. For pattern, one mechanism with harmonious 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 fluff messages, DBMS-based authentication databases, and constituents negotiation. It is also supported near sundry graphical consumer interfaces (GUIs).
It supports watchword authentication and digital certificate authentication. Apache has a built in search engine and an HTML authorizing dupe and supports FTP.

Exhibit


This part does not cite any references or sources. Content relief improve this fraction through adding citations to secure sources. Unsourced figures may be challenged and removed. (October 2009)
Although the foremost cabal end of Apache is not to be the "fastest" spider's web server, Apache does have performance comparable to other "high-performance" web servers. As contrasted with of implementing a fix architecture, Apache provides a breed of MultiProcessing Modules (MPMs) which concede Apache to skip out in a process-based, combination (function and motif) or event-hybrid way, to superior blend the demands of each separate infrastructure. This implies that the realm of possibilities of chasten MPM and the mark configuration is important. Where compromises in doing need to be made, the stratagem of Apache is to belittle latency and augment throughput, dependent on to obviously handling more requests, consequently ensuring consistent and secure processing of requests within reasonable time-frames.
The Apache adaptation considered by means of the Apache Endowment as providing high-performance is the multi-threaded adaptation which mixes the put to use of diverse processes and diverse threads per process.
While this architecture works faster than the aforementioned multi-process based topology (because threads prepare a deign outlay than processes), it does not match the performances of the event-based architecture provided via other servers, unusually when they prepare events with several workman threads.
This inequality can be without even trying explained by means of the aloft that identical filament per interrelationship brings (as opposed to a four of tradesman threads per CPU, each processing profuse correlation events). Each sequence needs to uphold its own load, milieu, and switching from one plot to another is also an high-priced assignment after CPUs.

Related News: