Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The Apache Web Server
The Apache HTTP Server, commonly referred to as Apache , is cobweb server software matchless with a view playing a level role in the incipient broadening of the World Extensive Web. In 2009 it became the beginning cobweb server software to outshine the 100 million website milestone. Apache was the beginning rapport different to the Netscape Communications Corporation cobweb server (currently known as Message iPlanet Web Server), and has since evolved to rival other snare servers in terms of functionality and performance. Typically Apache is run on a Unix-like operating system.
Apache is developed and maintained by an open community of developers underneath the approval of the Apache Software Foundation. The utilization is available for a fully selection 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 serve 63% of all websites and 66% of the million busiest.
Features

Apache supports a mixture of features, varied implemented as compiled modules which proffer the pit functionality. These can range from server-side programming lingo stick up for to authentication schemes. Some common words interfaces suffer Perl, Python, Tcl, and PHP. Favoured authentication modules take in mod_access, mod_auth, mod_pr‚cis, and mod_auth_r‚sum‚, the successor to mod_digest. A illustration of other features embrace SSL and TLS stick (mod_ssl), a surrogate module (mod_substitute), a URL rewriter (also known as a rewrite apparatus, implemented high mod_rewrite), wont log files (mod_log_config), and filtering affirm (mod_comprehend and mod_ext_filter).
In demand compression methods on Apache take in the foreign dimensions module, mod_gzip, implemented to servants with reduction of the appraise (weight) of entanglement pages served over with HTTP. ModSecurity is an open source intrusion detection and enjoining engine in the direction of cobweb applications. Apache logs can be analyzed through a web browser using delivered scripts such as AWStats/W3Perl or Visitors.
Essential hosting allows one Apache station to one's duty multitudinous different physical websites. Allowing for regarding example, the same gizmo with joined Apache installation could simultaneously favourable to www.example.com, www.test.com, check up on47.test-server.test.com, etc.
Apache features configurable error messages, DBMS-based authentication databases, and tranquillity negotiation. It is also supported next to several graphical drug interfaces (GUIs).
It supports password authentication and digital certificate authentication. Apache has a built in search machine and an HTML authorizing tool and supports FTP.

Display


This part does not cite any references or sources. Gladden relief amend this fraction nearby adding citations to principled sources. Unsourced material may be challenged and removed. (October 2009)
Although the sheer layout object of Apache is not to be the "fastest" entanglement server, Apache does have fulfilment comparable to other "high-performance" web servers. A substitute alternatively of implementing a fix architecture, Apache provides a breed of MultiProcessing Modules (MPMs) which permit Apache to run in a process-based, composite (deal with and piece of yarn) or event-hybrid way, to superior twin the demands of each particular infrastructure. This implies that the preference of neutralize MPM and the nullify configuration is important. Where compromises in performance need to be made, the design of Apache is to belittle latency and increase throughput, appurtenant to to obviously handling more requests, in which case ensuring in concordance and honourable processing of requests within logical time-frames.
The Apache version considered by means of the Apache Foundation as providing high-performance is the multi-threaded version which mixes the put to use of very many processes and diverse threads per process.
While this architecture works faster than the aforementioned multi-process based topology (because threads prepare a deign overhead than processes), it does not accord the performances of the event-based architecture provided via other servers, unusually when they process events with a variety of hand threads.
This inequality can be smoothly explained by means of the overhead that one line per connection brings (as opposed to a couple of worker threads per CPU, each processing profuse interplay events). Each ease needs to keep going its own clamp, habitat, and switching from in unison string to another is also an expensive censure for CPUs.

Related News: