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 spider's web server software matchless with a view playing a pivotal place in the introductory development of the Cosmos Sizeable Web. In 2009 it became the principal cobweb server software to best the 100 million website milestone. Apache was the beginning rapport selection to the Netscape Communications Corporation network server (currently known as Oracle iPlanet Snare Server), and has since evolved to challenge other entanglement servers in terms of functionality and performance. Typically Apache is escape on a Unix-like operating system.
Apache is developed and maintained during an bare community of developers under the protection of the Apache Software Foundation. The application 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 impaired the Apache Accredit, 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 collection of features, many implemented as compiled modules which extend the pit functionality. These can class from server-side programming lingo stick up for to authentication schemes. Some community words interfaces suffer Perl, Python, Tcl, and PHP. Favoured authentication modules include mod_access, mod_auth, mod_digest, and mod_auth_r‚sum‚, the successor to mod_digest. A example of other features embrace SSL and TLS stick (mod_ssl), a proxy module (mod_proxy), a URL rewriter (also known as a rewrite apparatus, implemented under mod_rewrite), routine log files (mod_log_config), and filtering sustain (mod_contain and mod_ext_cheesecloth).
Sought-after compression methods on Apache categorize the external height module, mod_gzip, implemented to help with reduction of the scope (weight) of web pages served over with HTTP. ModSecurity is an uncover source intrusion detection and enjoining engine in the direction of web applications. Apache logs can be analyzed in the course a snare browser using sprung scripts such as AWStats/W3Perl or Visitors.
Essential hosting allows united Apache installation to serve innumerable different physical websites. For pattern, joined gizmo with one Apache consecration could simultaneously serve www.example.com, www.test.com, test47.test-server.test.com, etc.
Apache features configurable error messages, DBMS-based authentication databases, and capacity negotiation. It is also supported not later than respective graphical operator interfaces (GUIs).
It supports watchword authentication and digital certificate authentication. Apache has a built in search apparatus and an HTML authorizing dupe and supports FTP.

Display


This portion does not cite any references or sources. Suit help improve this division by adding citations to principled sources. Unsourced figures may be challenged and removed. (October 2009)
Although the primary cabal aspiration of Apache is not to be the "fastest" trap server, Apache does entertain fulfilment comparable to other "high-performance" trap servers. Instead of implementing a single architecture, Apache provides a choice of MultiProcessing Modules (MPMs) which allow Apache to leg it in a process-based, hybrid (process and piece of yarn) or event-hybrid way, to better match the demands of each particular infrastructure. This implies that the choice of chasten MPM and the traditional configuration is important. Where compromises in doing need to be made, the lay out of Apache is to slash latency and advance throughput, relative to obviously handling more requests, that reason ensuring in concordance and secure processing of requests within judicious time-frames.
The Apache adaptation considered by means of the Apache Endowment as providing high-performance is the multi-threaded translation which mixes the use of a handful processes and various threads per process.
While this architecture works faster than the previous multi-process based topology (because threads suffer with a lower overhead than processes), it does not compare with the performances of the event-based architecture provided via other servers, especially when they change events with a variety of workman threads.
This inequality can be without even trying explained by the skyward that one thread per connection brings (as opposed to a twosome of worker threads per CPU, each processing many connection events). Each ease needs to keep going its own clamp, habitat, and switching from inseparable theme to another is also an priceless stint for CPUs.

Related News: