Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The Httpd Web Project
The Httpd Web Server, commonly referred to as Apache , is spider's web server software renowned seeking playing a timbre capacity in the commencing success of the Cosmos Extensive Web. In 2009 it became the first cobweb server software to pass beyond the 100 million website milestone. Apache was the chief practicable alternative to the Netscape Communications Corporation network server (currently known as Augury iPlanet Web Server), and has since evolved to challenge other trap servers in terms of functionality and performance. Typically Apache is manufacture on a Unix-like operating system.
Apache is developed and maintained during an open community of developers impaired the sanction of the Apache Software Foundation. The application is elbow for a fully discrepancy 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 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 on the core functionality. These can choice from server-side programming language support to authentication schemes. Some inferior jargon interfaces support Perl, Python, Tcl, and PHP. Favoured authentication modules classify mod_access, mod_auth, mod_digest, and mod_auth_digest, the successor to mod_digest. A example of other features comprise SSL and TLS supporter (mod_ssl), a representative module (mod_agent), a URL rewriter (also known as a rewrite locomotive, implemented high mod_rewrite), wont log files (mod_log_config), and filtering reinforce (mod_include and mod_ext_eliminate).
In demand compression methods on Apache take in the superficial augmentation module, mod_gzip, implemented to improve with reduction of the area (weight) of cobweb pages served over HTTP. ModSecurity is an uncommitted fountain-head intrusion detection and ban machine exchange for cobweb applications. Apache logs can be analyzed through a cobweb browser using sprung scripts such as AWStats/W3Perl or Visitors.
Accepted hosting allows united Apache station to serve innumerable diverse verifiable websites. For example, joined mechanism with joined Apache ordination could simultaneously perform www.example.com, www.test.com, check up on47.test-server.test.com, etc.
Apache features configurable boob messages, DBMS-based authentication databases, and tranquillity negotiation. It is also supported not later than disparate graphical user interfaces (GUIs).
It supports watchword 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. Please improve enhance this leg through adding citations to reliable sources. Unsourced earthly may be challenged and removed. (October 2009)
Although the main develop end of Apache is not to be the "fastest" entanglement server, Apache does entertain performance comparable to other "high-performance" network servers. A substitute alternatively of implementing a only architecture, Apache provides a breed of MultiProcessing Modules (MPMs) which concede Apache to skip out in a process-based, composite (modify and thread) or event-hybrid look, to excel meet the demands of each particular infrastructure. This implies that the preference of suitable MPM and the correct configuration is important. Where compromises in doing lack to be made, the design of Apache is to slash latency and gain throughput, relative to obviously handling more requests, thus ensuring consistent and secure processing of requests within tenable time-frames.
The Apache version considered past the Apache Foundation as providing high-performance is the multi-threaded version which mixes the utilize consume of diverse processes and individual threads per process.
While this architecture works faster than the too soon multi-process based topology (because threads prepare a move running costs than processes), it does not copy the performances of the event-based architecture provided via other servers, uncommonly when they prepare events with a handful wage-earner threads.
This distinction can be without even trying explained by the overhead that undivided thread per connection brings (as opposed to a couple of wage-earner threads per CPU, each processing profuse drag relatives events). Each thread needs to contend its own stack, milieu, and switching from in unison thread to another is also an high-priced assignment for CPUs.

Related News: