Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The Apache Web Project
The Httpd Web Server, commonly referred to as Apache , is cobweb server software outstanding with a view playing a level duty in the incipient growth of the Society Big Web. In 2009 it became the ahead snare server software to surpass the 100 million website milestone. Apache was the chief rapport selection to the Netscape Communications Corporation network server (currently known as Oracle iPlanet Network Server), and has since evolved to compete with other web 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 public community of developers second to the protection of the Apache Software Foundation. The utilization is available instead of a deviating 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 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 accommodate 63% of all websites and 66% of the million busiest.
Features

Apache supports a variety of features, varied implemented as compiled modules which augment the pit functionality. These can choice from server-side programming language authenticate to authentication schemes. Some community language interfaces support Perl, Python, Tcl, and PHP. Favoured authentication modules comprehend mod_access, mod_auth, mod_digest, and mod_auth_digest, the successor to mod_digest. A representation of other features comprise SSL and TLS help (mod_ssl), a proxy module (mod_substitute), a URL rewriter (also known as a rewrite apparatus, implemented high mod_rewrite), routine log files (mod_log_config), and filtering sustain (mod_contain and mod_ext_cheesecloth).
Stock compression methods on Apache include the superficial height module, mod_gzip, implemented to ease with reduction of the size (ballast) of cobweb pages served over HTTP. ModSecurity is an uncover rise intrusion detection and ban engine object of web applications. Apache logs can be analyzed in the course a entanglement browser using free scripts such as AWStats/W3Perl or Visitors.
Accepted hosting allows everyone Apache installation to one's duty many different physical websites. Through despite model, a specific machine with united Apache ordination could simultaneously perform www.example.com, www.test.com, test47.test-server.test.com, etc.
Apache features configurable slip-up messages, DBMS-based authentication databases, and constituents negotiation. It is also supported next to respective graphical operator interfaces (GUIs).
It supports shibboleth authentication and digital certificate authentication. Apache has a built in search engine and an HTML authorizing gimmick and supports FTP.

Engagement


This fraction does not cite any references or sources. Please cure repair this fraction nearby adding citations to sure sources. Unsourced figures may be challenged and removed. (October 2009)
Although the sheer develop end of Apache is not to be the "fastest" web server, Apache does have fulfilment comparable to other "high-performance" trap servers. Instead of implementing a individual architecture, Apache provides a variety of MultiProcessing Modules (MPMs) which permit Apache to hump it 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 realm of possibilities of chasten MPM and the traditional configuration is important. Where compromises in doing lack to be made, the conceive of Apache is to reduce latency and augment throughput, associated to obviously handling more requests, thus ensuring predictable and trusted processing of requests within tenable time-frames.
The Apache version considered past the Apache Foundation as providing high-performance is the multi-threaded translation which mixes the put to use of very many processes and various threads per process.
While this architecture works faster than the previous multi-process based topology (because threads have a deign running costs than processes), it does not copy the performances of the event-based architecture provided via other servers, unusually when they procedure events with a variety of hand threads.
This dissimilarity can be without even trying explained by the aloft that identical line per union brings (as opposed to a four of breadwinner threads per CPU, each processing diverse interplay events). Each ease needs to contend its own load, environment, and switching from inseparable plot to another is also an priceless stint in compensation CPUs.

Related News: