Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The Httpd Web Server
The Httpd Web Server, commonly referred to as Apache , is spider's web server software matchless seeking playing a level capacity in the introductory growth of the Cosmos Extensive Web. In 2009 it became the first spider's web server software to pass beyond the 100 million website milestone. Apache was the chief practicable possibility to the Netscape Communications Corporation trap server (currently known as Oracle iPlanet Entanglement Server), and has since evolved to challenge other trap servers in terms of functionality and performance. Typically Apache is run on a Unix-like operating system.
Apache is developed and maintained during an bare community of developers under the auspices of the Apache Software Foundation. The application is available representing 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 Allow, 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 collection of features, varied implemented as compiled modules which augment the pit functionality. These can latitude from server-side programming phrasing authenticate to authentication schemes. Some conventional words interfaces buttress Perl, Python, Tcl, and PHP. Favoured authentication modules include mod_access, mod_auth, mod_pr‚cis, and mod_auth_synopsis, the successor to mod_digest. A representation of other features classify SSL and TLS stick (mod_ssl), a factor module (mod_agent), a URL rewriter (also known as a rewrite apparatus, implemented supervised mod_rewrite), custom log files (mod_log_config), and filtering support (mod_comprehend and mod_ext_cheesecloth).
In demand compression methods on Apache take in the superficial dimensions module, mod_gzip, implemented to improve with reduction of the scope (weight) of web pages served during the course of HTTP. ModSecurity is an uncommitted fountain-head intrusion detection and prevention machine object of web applications. Apache logs can be analyzed through a cobweb browser using sprung scripts such as AWStats/W3Perl or Visitors.
Essential hosting allows one Apache consecration to one's duty many diverse verifiable websites. Allowing for regarding benchmark, joined gismo with joined Apache ordination could simultaneously serve www.example.com, www.test.com, evaluate47.test-server.test.com, etc.
Apache features configurable boob messages, DBMS-based authentication databases, and content negotiation. It is also supported near disparate graphical consumer interfaces (GUIs).
It supports watchword authentication and digital certificate authentication. Apache has a built in search machine and an HTML authorizing dupe and supports FTP.

Display


This fraction does not cite any references or sources. Please help improve this division by adding citations to sure sources. Unsourced material may be challenged and removed. (October 2009)
Although the foremost cabal end of Apache is not to be the "fastest" trap server, Apache does have fulfilment comparable to other "high-performance" web servers. As contrasted with of implementing a single architecture, Apache provides a variety of MultiProcessing Modules (MPMs) which allow Apache to hump it in a process-based, combination (process and motif) or event-hybrid look, to superior match the demands of each discriminating infrastructure. This implies that the select of chasten MPM and the correct configuration is important. Where compromises in doing dire to be made, the stratagem of Apache is to humble latency and gain throughput, appurtenant to to na‹vely handling more requests, in which case ensuring in concordance and honourable processing of requests within reasonable time-frames.
The Apache translation considered not later than the Apache Foundation as providing high-performance is the multi-threaded translation which mixes the use of diverse processes and various threads per process.
While this architecture works faster than the too soon multi-process based topology (because threads prepare a trim running costs than processes), it does not compare with the performances of the event-based architecture provided away other servers, especially when they change events with respective workman threads.
This dissimilarity can be easily explained on the overhead that one plot per union brings (as opposed to a couple of tradesman threads per CPU, each processing many interplay events). Each sequence needs to keep going its own chimney, environment, and switching from one string to another is also an valuable assignment after CPUs.

Related News: