Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
Httpd WWW Server Project
The Apache HTTP Server, commonly referred to as Apache , is cobweb server software renowned with a view playing a pivotal capacity in the introductory development of the Set Wide Web. In 2009 it became the ahead cobweb server software to surpass the 100 million website milestone. Apache was the chief practicable possibility to the Netscape Communications Corporation web server (currently known as Oracle iPlanet Snare Server), and has since evolved to rival other entanglement servers in terms of functionality and performance. Typically Apache is run on a Unix-like operating system.
Apache is developed and maintained not later than an open community of developers underneath the approval of the Apache Software Foundation. The utilization is available for a broad multiplicity of operating systems, including Unix, GNU, FreeBSD, Linux, Solaris, Novell NetWare, AmigaOS, Mac OS X, Microsoft Windows, OS/2, TPF, and eComStation. Released under the Apache License, Apache is open-source software.
Since April 1996 Apache has been the most popular 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 breed of features, varied implemented as compiled modules which on the insides functionality. These can range from server-side programming language stick up for to authentication schemes. Some inferior language interfaces buttress 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 illustration of other features comprise SSL and TLS help (mod_ssl), a surrogate module (mod_substitute), a URL rewriter (also known as a rewrite apparatus, implemented under mod_rewrite), custom log files (mod_log_config), and filtering sustain (mod_contain and mod_ext_screen).
Stock compression methods on Apache categorize the superficial augmentation module, mod_gzip, implemented to improve with reduction of the size (ballast) of entanglement pages served over HTTP. ModSecurity is an available source intrusion detection and prevention engine in the direction of net applications. Apache logs can be analyzed help of a cobweb browser using delivered scripts such as AWStats/W3Perl or Visitors.
Effective hosting allows song Apache station to serve many divers verifiable websites. For benchmark, joined gizmo with one Apache consecration could simultaneously be in the service of www.example.com, www.test.com, check up on47.test-server.test.com, etc.
Apache features configurable fluff messages, DBMS-based authentication databases, and constituents negotiation. It is also supported next to disparate graphical operator interfaces (GUIs).
It supports open sesame authentication and digital certificate authentication. Apache has a built in search engine and an HTML authorizing gimmick and supports FTP.

Engagement


This portion does not cite any references or sources. Suit improve repair this division by adding citations to secure sources. Unsourced material may be challenged and removed. (October 2009)
Although the foremost develop end of Apache is not to be the "fastest" entanglement server, Apache does play a joke on playing comparable to other "high-performance" spider's web servers. A substitute alternatively of implementing a fix architecture, Apache provides a variety of MultiProcessing Modules (MPMs) which deduct Apache to skip out in a process-based, half-breed (function and filament) or event-hybrid way, to better meet the demands of each particular infrastructure. This implies that the realm of possibilities of correct MPM and the nullify configuration is important. Where compromises in performance desperate straits to be made, the lay out of Apache is to belittle latency and increase throughput, relative to na‹vely handling more requests, consequently ensuring in concordance and trusted processing of requests within reasonable time-frames.
The Apache reading considered past the Apache Base as providing high-performance is the multi-threaded adaptation which mixes the use of a handful processes and various threads per process.
While this architecture works faster than the erstwhile multi-process based topology (because threads have 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 hand threads.
This dissimilarity can be easily explained on the high up that one thread per relevance brings (as opposed to a couple of wage-earner threads per CPU, each processing diverse correlation events). Each ease needs to uphold its own load, habitat, and switching from inseparable plot to another is also an valuable censure for CPUs.

Related News: