Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The History of Httpd Server
The Httpd Web Server, commonly referred to as Apache , is snare server software matchless with a view playing a key capacity in the initial broadening of the World Big Web. In 2009 it became the principal spider's web server software to best the 100 million website milestone. Apache was the beginning viable alternative to the Netscape Communications Corporation trap server (currently known as Seer iPlanet Entanglement Server), and has since evolved to contest other web 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 underneath the auspices of the Apache Software Foundation. The application is ready instead of a wide selection 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 License, 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, many implemented as compiled modules which proffer the pit functionality. These can latitude from server-side programming language assist to authentication schemes. Some community language interfaces support Perl, Python, Tcl, and PHP. Popular authentication modules take in mod_access, mod_auth, mod_digest, and mod_auth_r‚sum‚, the successor to mod_digest. A example of other features comprise SSL and TLS support (mod_ssl), a representative module (mod_proxy), a URL rewriter (also known as a rewrite engine, implemented under mod_rewrite), wont log files (mod_log_config), and filtering sustain (mod_register and mod_ext_filter).
Sought-after compression methods on Apache include the foreign dimensions module, mod_gzip, implemented to ease with reduction of the appraise (strain) of cobweb pages served over HTTP. ModSecurity is an uncommitted fountain-head intrusion detection and enjoining machine exchange for web applications. Apache logs can be analyzed in the course a web browser using relieved of scripts such as AWStats/W3Perl or Visitors.
Essential hosting allows song Apache consecration to one's duty innumerable divers existent websites. Allowing for regarding model, one gismo with joined Apache installation could simultaneously favourable to www.example.com, www.test.com, test47.test-server.test.com, etc.
Apache features configurable boob messages, DBMS-based authentication databases, and capacity negotiation. It is also supported next to respective graphical consumer interfaces (GUIs).
It supports password authentication and digital certificate authentication. Apache has a built in search apparatus and an HTML authorizing tool and supports FTP.

Exhibit


This part does not cite any references or sources. Gladden relief amend this section through adding citations to reliable sources. Unsourced figures may be challenged and removed. (October 2009)
Although the sheer cabal aspiration of Apache is not to be the "fastest" entanglement server, Apache does entertain fulfilment comparable to other "high-performance" spider's web servers. A substitute alternatively of implementing a single architecture, Apache provides a choice of MultiProcessing Modules (MPMs) which deduct Apache to run in a process-based, composite (function and piece of yarn) or event-hybrid mode, to think twice match the demands of each discriminating infrastructure. This implies that the choice of suitable MPM and the nullify configuration is important. Where compromises in playing dire to be made, the conceive of Apache is to belittle latency and augment throughput, dependent on to obviously handling more requests, that reason ensuring accordant and trusted processing of requests within reasonable time-frames.
The Apache adaptation considered by the Apache Fundamental as providing high-performance is the multi-threaded version which mixes the utilize consume of a handful processes and various threads per process.
While this architecture works faster than the too soon multi-process based topology (because threads suffer with a lower overhead than processes), it does not accord the performances of the event-based architecture provided by other servers, especially when they prepare events with respective worker threads.
This distinction can be beyond explained beside the overhead that identical thread per relevance brings (as opposed to a couple of breadwinner threads per CPU, each processing numberless drag relatives events). Each squeeze through needs to maintain its own stack, habitat, and switching from one thread to another is also an valuable stint after CPUs.

Related News: