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 web server software notable seeking playing a key capacity in the initial development of the Set Sizeable Web. In 2009 it became the beginning spider's web server software to pass beyond the 100 million website milestone. Apache was the first feasible different to the Netscape Communications Corporation network server (currently known as Message iPlanet Entanglement Server), and has since evolved to contest other trap servers in terms of functionality and performance. Typically Apache is run on a Unix-like operating system.
Apache is developed and maintained during an unspoken for community of developers underneath the sanction of the Apache Software Foundation. The germaneness is elbow on a wide 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 Allow, 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 variety of features, tons implemented as compiled modules which proffer the core functionality. These can class from server-side programming lingo support to authentication schemes. Some community words interfaces support Perl, Python, Tcl, and PHP. Popular authentication modules comprehend mod_access, mod_auth, mod_pr‚cis, and mod_auth_r‚sum‚, the successor to mod_digest. A illustration of other features include SSL and TLS support (mod_ssl), a proxy module (mod_proxy), a URL rewriter (also known as a rewrite locomotive, implemented high mod_rewrite), wont log files (mod_log_config), and filtering reinforce (mod_contain and mod_ext_screen).
Sought-after compression methods on Apache categorize the exotic augmentation module, mod_gzip, implemented to servants with reduction of the area (strain) of entanglement pages served during the course of HTTP. ModSecurity is an open source intrusion detection and interception machine object of net applications. Apache logs can be analyzed through a snare browser using free scripts such as AWStats/W3Perl or Visitors.
Effective hosting allows song Apache consecration to serve multitudinous diverse actual websites. On example, one gismo with one Apache swearing-in could simultaneously serve www.example.com, www.test.com, check up on47.test-server.test.com, etc.
Apache features configurable slip-up messages, DBMS-based authentication databases, and constituents negotiation. It is also supported near several graphical operator interfaces (GUIs).
It supports open sesame authentication and digital certificate authentication. Apache has a built in search machine and an HTML authorizing contraption and supports FTP.

Performance


This section does not cite any references or sources. Please improve enhance this fraction near adding citations to reliable sources. Unsourced material may be challenged and removed. (October 2009)
Although the foremost cabal end of Apache is not to be the "fastest" entanglement server, Apache does play a joke on fulfilment comparable to other "high-performance" spider's web servers. As contrasted with of implementing a only architecture, Apache provides a heterogeneity of MultiProcessing Modules (MPMs) which concede Apache to hump it in a process-based, hybrid (function and piece of yarn) or event-hybrid set-up, to superior blend the demands of each separate infrastructure. This implies that the choice of neutralize MPM and the traditional configuration is important. Where compromises in performance dire to be made, the design of Apache is to belittle latency and advance throughput, relative to simply handling more requests, that reason ensuring consistent and reliable processing of requests within tenable time-frames.
The Apache translation considered by means of the Apache Endowment as providing high-performance is the multi-threaded version which mixes the manipulate of very many processes and various threads per process.
While this architecture works faster than the erstwhile multi-process based topology (because threads prepare a trim overhead than processes), it does not copy the performances of the event-based architecture provided sooner than other servers, especially when they prepare events with a variety of worker threads.
This dissimilarity can be without even trying explained beside the skyward that a man filament per interrelationship brings (as opposed to a couple of breadwinner threads per CPU, each processing diverse correlation events). Each thread needs to keep going its own clamp, environment, and switching from one plot to another is also an valuable censure for CPUs.

Related News: