Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
Apache WWW Server Project
The Httpd Web Server, commonly referred to as Apache , is snare server software outstanding with a view playing a key capacity in the commencing broadening of the World Wide Web. In 2009 it became the principal web server software to outshine the 100 million website milestone. Apache was the first rapport possibility to the Netscape Communications Corporation web server (currently known as Seer iPlanet Snare Server), and has since evolved to challenge other snare servers in terms of functionality and performance. Typically Apache is manufacture 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 elbow representing a deviating discrepancy 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 Commission, Apache is open-source software.
Since April 1996 Apache has been the most conventional 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, tons implemented as compiled modules which augment the insides functionality. These can latitude from server-side programming communication authenticate to authentication schemes. Some community language interfaces buttress Perl, Python, Tcl, and PHP. Trendy authentication modules classify mod_access, mod_auth, mod_pr‚cis, and mod_auth_epitomize, the successor to mod_digest. A sample of other features classify SSL and TLS stick (mod_ssl), a factor module (mod_substitute), a URL rewriter (also known as a rewrite locomotive, implemented supervised mod_rewrite), routine log files (mod_log_config), and filtering affirm (mod_include and mod_ext_screen).
Stock compression methods on Apache allow for the superficial extension module, mod_gzip, implemented to servants with reduction of the scope (strain) of entanglement pages served over with HTTP. ModSecurity is an uncover source intrusion detection and ban engine object of cobweb applications. Apache logs can be analyzed in the course a snare browser using relieved of scripts such as AWStats/W3Perl or Visitors.
Effective hosting allows one Apache investiture to one's duty innumerable unalike existent websites. On pattern, one gismo with united Apache consecration could simultaneously serve 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 by several graphical consumer interfaces (GUIs).
It supports watchword authentication and digital certificate authentication. Apache has a built in search apparatus and an HTML authorizing dupe and supports FTP.

Display


This fraction does not cite any references or sources. Gladden help amend this division near adding citations to sure sources. Unsourced figures may be challenged and removed. (October 2009)
Although the sheer develop goal of Apache is not to be the "fastest" trap server, Apache does play a joke on dispatch comparable to other "high-performance" network servers. In lieu of of implementing a fix architecture, Apache provides a breed of MultiProcessing Modules (MPMs) which allow Apache to run in a process-based, composite (modify and piece of yarn) or event-hybrid look, to superior twin the demands of each discriminating infrastructure. This implies that the preference of neutralize MPM and the traditional configuration is important. Where compromises in doing desperate straits to be made, the design of Apache is to reduce latency and gain throughput, dependent on to simply handling more requests, that reason ensuring accordant and honourable processing of requests within reasonable time-frames.
The Apache version considered past the Apache Foundation as providing high-performance is the multi-threaded version which mixes the put to use of diverse processes and several threads per process.
While this architecture works faster than the too soon multi-process based topology (because threads set up a lower upper basic than processes), it does not match the performances of the event-based architecture provided away other servers, unusually when they change events with a variety of hand threads.
This distinction can be beyond explained by the aloft that undivided filament per interrelationship brings (as opposed to a couple of worker threads per CPU, each processing diverse connection events). Each ease needs to keep going its own load, environs, and switching from one thread to another is also an priceless stint for CPUs.

Related News: