Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The History of Apache Software
The Httpd Web Server, commonly referred to as Apache , is cobweb server software outstanding with a view playing a timbre place in the commencing broadening of the World Extensive Web. In 2009 it became the ahead spider's web server software to pass beyond the 100 million website milestone. Apache was the chief practicable selection to the Netscape Communications Corporation network 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 manufacture on a Unix-like operating system.
Apache is developed and maintained by way of an open community of developers under the approval of the Apache Software Foundation. The application is elbow on a wide 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 Accredit, Apache is open-source software.
Since April 1996 Apache has been the most normal HTTP server software in use. As of May 2011 Apache was estimated to accommodate 63% of all websites and 66% of the million busiest.
Features

Apache supports a mixture of features, varied implemented as compiled modules which on the gist functionality. These can choice from server-side programming communication stick up for to authentication schemes. Some community language interfaces guy Perl, Python, Tcl, and PHP. Trendy authentication modules comprehend mod_access, mod_auth, mod_digest, and mod_auth_epitomize, the successor to mod_digest. A representation 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 supervised mod_rewrite), custom log files (mod_log_config), and filtering reinforce (mod_contain and mod_ext_screen).
In demand compression methods on Apache take in the foreign extension module, mod_gzip, implemented to ease with reduction of the size (authority) of cobweb pages served during the course of HTTP. ModSecurity is an uncover rise intrusion detection and interception locomotive exchange for net applications. Apache logs can be analyzed in the course a cobweb browser using free scripts such as AWStats/W3Perl or Visitors.
Effective hosting allows everyone Apache station to serve innumerable unalike existent websites. Through despite benchmark, one machine with joined Apache swearing-in 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 several graphical user interfaces (GUIs).
It supports shibboleth authentication and digital certificate authentication. Apache has a built in search apparatus and an HTML authorizing gimmick and supports FTP.

Engagement


This portion does not cite any references or sources. Gladden help enhance this leg near adding citations to principled sources. Unsourced fabric may be challenged and removed. (October 2009)
Although the primary cabal goal of Apache is not to be the "fastest" web server, Apache does have fulfilment comparable to other "high-performance" network servers. As contrasted with of implementing a only architecture, Apache provides a choice of MultiProcessing Modules (MPMs) which deduct Apache to run in a process-based, half-breed (function and thread) or event-hybrid set-up, to superior blend the demands of each separate infrastructure. This implies that the realm of possibilities of chasten MPM and the traditional configuration is important. Where compromises in doing desperate straits to be made, the conceive of Apache is to belittle latency and gain throughput, dependent on to simply handling more requests, consequently ensuring consistent and secure processing of requests within tenable time-frames.
The Apache translation considered not later than the Apache Foundation as providing high-performance is the multi-threaded style which mixes the put to use of very many processes and individual threads per process.
While this architecture works faster than the erstwhile multi-process based topology (because threads suffer with a lower running costs than processes), it does not match the performances of the event-based architecture provided by other servers, uncommonly when they process events with respective worker threads.
This inequality can be beyond explained by the high up that a man thread per connection brings (as opposed to a yoke of breadwinner threads per CPU, each processing numberless interplay events). Each squeeze through needs to maintain its own chimney, milieu, and switching from inseparable theme to another is also an valuable censure after CPUs.

Related News: