Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The History of Apache Server
The Httpd Web Server, commonly referred to as Apache , is cobweb server software notable seeking playing a level role in the incipient success of the World Sizeable Web. In 2009 it became the first cobweb server software to best the 100 million website milestone. Apache was the first viable possibility to the Netscape Communications Corporation web server (currently known as Oracle iPlanet Snare Server), and has since evolved to challenge other trap 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 an open community of developers under the auspices of the Apache Software Foundation. The germaneness is ready instead of 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 under the Apache License, 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 serve 63% of all websites and 66% of the million busiest.
Features

Apache supports a mixture of features, divers implemented as compiled modules which extend the core functionality. These can class from server-side programming phrasing support to authentication schemes. Some common jargon interfaces guy Perl, Python, Tcl, and PHP. In demand authentication modules include mod_access, mod_auth, mod_digest, and mod_auth_epitomize, the successor to mod_digest. A sample of other features comprise SSL and TLS help (mod_ssl), a factor module (mod_agent), a URL rewriter (also known as a rewrite engine, implemented lower than drunk mod_rewrite), routine log files (mod_log_config), and filtering affirm (mod_register and mod_ext_filter).
Sought-after compression methods on Apache allow for the external dimensions module, mod_gzip, implemented to improve with reduction of the scope (weight) of web pages served over with HTTP. ModSecurity is an uncover fountain-head intrusion detection and ban engine in the direction of net applications. Apache logs can be analyzed through a cobweb browser using sprung scripts such as AWStats/W3Perl or Visitors.
Accepted hosting allows united Apache installation to fulfil many different actual websites. Allowing for regarding example, joined gismo with harmonious Apache swearing-in could simultaneously perform www.example.com, www.test.com, examine47.test-server.test.com, etc.
Apache features configurable slip-up messages, DBMS-based authentication databases, and capacity negotiation. It is also supported not later than sundry graphical user interfaces (GUIs).
It supports shibboleth authentication and digital certificate authentication. Apache has a built in search locomotive and an HTML authorizing dupe and supports FTP.

Engagement


This part does not cite any references or sources. Suit improve enhance this leg nearby adding citations to principled sources. Unsourced fabric may be challenged and removed. (October 2009)
Although the sheer cabal object of Apache is not to be the "fastest" spider's web server, Apache does play a joke on dispatch comparable to other "high-performance" spider's web servers. In lieu of of implementing a fix architecture, Apache provides a variety of MultiProcessing Modules (MPMs) which allow Apache to leg it in a process-based, half-breed (function and filament) or event-hybrid mode, to excel meet the demands of each thorough infrastructure. This implies that the preference of suitable MPM and the nullify configuration is important. Where compromises in playing desperate straits to be made, the stratagem of Apache is to humble latency and augment throughput, relative to obviously handling more requests, in which case ensuring accordant and trusted processing of requests within logical time-frames.
The Apache adaptation considered by means of the Apache Endowment as providing high-performance is the multi-threaded version which mixes the utilize consume of several processes and several threads per process.
While this architecture works faster than the aforementioned multi-process based topology (because threads set up a trim overhead than processes), it does not accord the performances of the event-based architecture provided away other servers, uncommonly when they prepare events with respective workman threads.
This distinction can be beyond explained beside the skyward that identical filament per union brings (as opposed to a couple of worker threads per CPU, each processing diverse correlation events). Each ease needs to contend its own load, environs, and switching from one string to another is also an expensive stint in search CPUs.

Related News: