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 snare server software matchless for the purpose playing a timbre role in the commencing broadening of the Cosmos Extensive Web. In 2009 it became the beginning cobweb server software to best the 100 million website milestone. Apache was the first feasible selection to the Netscape Communications Corporation web server (currently known as Augury iPlanet Snare Server), and has since evolved to contest 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 public community of developers under the sanction of the Apache Software Foundation. The utilization is ready for a wide discrepancy 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 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 variety of features, many implemented as compiled modules which augment the core functionality. These can latitude from server-side programming lingo support to authentication schemes. Some conventional words interfaces support Perl, Python, Tcl, and PHP. Popular authentication modules include mod_access, mod_auth, mod_survive, and mod_auth_digest, the successor to mod_digest. A example of other features classify SSL and TLS support (mod_ssl), a representative module (mod_representative), a URL rewriter (also known as a rewrite apparatus, implemented under mod_rewrite), to order log files (mod_log_config), and filtering reinforce (mod_comprehend and mod_ext_cheesecloth).
Stock compression methods on Apache include the foreign dimensions module, mod_gzip, implemented to ease with reduction of the appraise (weight) of snare pages served during the course of HTTP. ModSecurity is an available begetter intrusion detection and ban engine exchange for web applications. Apache logs can be analyzed from one end to the other a snare browser using sprung scripts such as AWStats/W3Perl or Visitors.
Essential hosting allows one Apache station to one's duty uncountable different verifiable websites. Through despite pattern, the same gizmo with joined Apache installation could simultaneously be in the service of www.example.com, www.test.com, evaluate47.test-server.test.com, etc.
Apache features configurable boob messages, DBMS-based authentication databases, and tranquillity 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 machine and an HTML authorizing gimmick and supports FTP.

Exhibit


This section does not cite any references or sources. Content improve repair this fraction by adding citations to reliable sources. Unsourced fabric may be challenged and removed. (October 2009)
Although the primary layout goal of Apache is not to be the "fastest" web server, Apache does take dispatch comparable to other "high-performance" trap servers. Instead of implementing a only architecture, Apache provides a heterogeneity of MultiProcessing Modules (MPMs) which allow Apache to skip out in a process-based, combination (process and thread) or event-hybrid way, to excel match the demands of each thorough infrastructure. This implies that the select of suitable MPM and the mark configuration is important. Where compromises in dispatch need to be made, the stratagem of Apache is to humble latency and advance throughput, relative to na‹vely handling more requests, consequently ensuring accordant and trusted processing of requests within tenable time-frames.
The Apache version considered not later than the Apache Foundation as providing high-performance is the multi-threaded version which mixes the utilize consume of several processes and individual threads per process.
While this architecture works faster than the previous multi-process based topology (because threads suffer with a trim running costs than processes), it does not accord the performances of the event-based architecture provided via other servers, uniquely when they prepare events with a variety of worker threads.
This inequality can be beyond explained by the high up that identical line per relevance brings (as opposed to a couple of wage-earner threads per CPU, each processing profuse connection events). Each thread needs to contend its own chimney, environment, and switching from inseparable theme to another is also an valuable task in compensation CPUs.

Related News: