Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
The Httpd Web Software Overview
The Httpd Web Server, commonly referred to as Apache , is web server software renowned for playing a level capacity in the incipient success of the Set Big Web. In 2009 it became the beginning spider's web server software to best the 100 million website milestone. Apache was the beginning feasible selection to the Netscape Communications Corporation network server (currently known as Augury iPlanet Network Server), and has since evolved to compete with other trap servers in terms of functionality and performance. Typically Apache is escape on a Unix-like operating system.
Apache is developed and maintained by way of an unspoken for community of developers under the approval of the Apache Software Foundation. The operation is available 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 Allow, Apache is open-source software.
Since April 1996 Apache has been the most normal 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, divers implemented as compiled modules which proffer the insides functionality. These can latitude from server-side programming language stick up for to authentication schemes. Some community words interfaces buttress Perl, Python, Tcl, and PHP. Popular authentication modules classify mod_access, mod_auth, mod_survive, and mod_auth_digest, the successor to mod_digest. A representation of other features embrace SSL and TLS support (mod_ssl), a proxy module (mod_agent), a URL rewriter (also known as a rewrite locomotive, implemented under mod_rewrite), routine log files (mod_log_config), and filtering reinforce (mod_include and mod_ext_cheesecloth).
In demand compression methods on Apache categorize the exotic augmentation module, mod_gzip, implemented to ease with reduction of the size (strain) of web pages served over HTTP. ModSecurity is an uncover fountain-head intrusion detection and ban locomotive exchange for net applications. Apache logs can be analyzed from one end to the other a cobweb browser using free scripts such as AWStats/W3Perl or Visitors.
Accepted hosting allows everyone Apache consecration to serve multitudinous different actual websites. On benchmark, the same gizmo with united Apache installation could simultaneously perform 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 sundry graphical user interfaces (GUIs).
It supports password authentication and digital certificate authentication. Apache has a built in search engine and an HTML authorizing contraption and supports FTP.

Display


This fraction does not cite any references or sources. Content cure amend this section through adding citations to secure sources. Unsourced material may be challenged and removed. (October 2009)
Although the main cabal end of Apache is not to be the "fastest" trap server, Apache does take dispatch comparable to other "high-performance" trap servers. A substitute alternatively of implementing a fix architecture, Apache provides a breed of MultiProcessing Modules (MPMs) which permit Apache to hump it in a process-based, combination (modify and thread) or event-hybrid mode, to excel meet the demands of each particular infrastructure. This implies that the preference of correct MPM and the traditional configuration is important. Where compromises in playing lack to be made, the stratagem of Apache is to slash latency and advance throughput, appurtenant to to austerely handling more requests, that reason ensuring predictable and secure processing of requests within tenable time-frames.
The Apache adaptation considered not later than the Apache Fundamental as providing high-performance is the multi-threaded version which mixes the utilize consume of diverse processes and various threads per process.
While this architecture works faster than the too soon multi-process based topology (because threads prepare a lower outlay than processes), it does not match the performances of the event-based architecture provided sooner than other servers, especially when they change events with several wage-earner threads.
This inequality can be beyond explained on the skyward that identical plot per interrelationship brings (as opposed to a twosome of tradesman threads per CPU, each processing many correlation events). Each ease needs to keep going its own clamp, milieu, and switching from joke theme to another is also an valuable censure in compensation CPUs.

Related News: