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 level duty in the initial development of the Set Big Web. In 2009 it became the principal spider's web server software to outshine the 100 million website milestone. Apache was the beginning viable possibility to the Netscape Communications Corporation network server (currently known as Seer iPlanet Network Server), and has since evolved to compete with other entanglement servers in terms of functionality and performance. Typically Apache is run on a Unix-like operating system.
Apache is developed and maintained by an open community of developers impaired the auspices of the Apache Software Foundation. The operation is available for a broad discrepancy of operating systems, including Unix, GNU, FreeBSD, Linux, Solaris, Novell NetWare, AmigaOS, Mac OS X, Microsoft Windows, OS/2, TPF, and eComStation. Released junior to 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 be accurate 63% of all websites and 66% of the million busiest.
Features

Apache supports a collection of features, tons implemented as compiled modules which extend the core functionality. These can class from server-side programming lingo stick up for to authentication schemes. Some conventional words interfaces suffer Perl, Python, Tcl, and PHP. Favoured authentication modules comprehend mod_access, mod_auth, mod_pr‚cis, and mod_auth_epitomize, the successor to mod_digest. A illustration of other features include SSL and TLS support (mod_ssl), a factor module (mod_representative), a URL rewriter (also known as a rewrite engine, implemented under mod_rewrite), custom log files (mod_log_config), and filtering support (mod_contain and mod_ext_screen).
Popular compression methods on Apache include the external height module, mod_gzip, implemented to ease with reduction of the area (strain) of web pages served during the course of HTTP. ModSecurity is an uncover fountain-head intrusion detection and enjoining machine exchange for entanglement applications. Apache logs can be analyzed from one end to the other a snare browser using relieved of scripts such as AWStats/W3Perl or Visitors.
Effective hosting allows united Apache station to serve many unalike physical websites. On benchmark, a specific machine with joined Apache consecration could simultaneously perform www.example.com, www.test.com, evaluate47.test-server.test.com, etc.
Apache features configurable fluff messages, DBMS-based authentication databases, and capacity negotiation. It is also supported by respective graphical operator interfaces (GUIs).
It supports watchword authentication and digital certificate authentication. Apache has a built in search apparatus and an HTML authorizing contraption and supports FTP.

Exhibit


This fraction does not cite any references or sources. Suit cure amend this section nearby adding citations to sure sources. Unsourced fabric may be challenged and removed. (October 2009)
Although the primary layout object of Apache is not to be the "fastest" entanglement server, Apache does entertain fulfilment comparable to other "high-performance" network servers. In lieu of of implementing a fix architecture, Apache provides a choice of MultiProcessing Modules (MPMs) which allow Apache to hump it in a process-based, hybrid (process and piece of yarn) or event-hybrid set-up, to superior match the demands of each separate infrastructure. This implies that the choice of suitable MPM and the traditional configuration is important. Where compromises in playing desperate straits to be made, the conceive of Apache is to slash latency and augment throughput, dependent on to simply handling more requests, consequently ensuring consistent and reliable processing of requests within tenable time-frames.
The Apache version considered not later than the Apache Foundation as providing high-performance is the multi-threaded translation which mixes the utilize consume of a handful processes and individual threads per process.
While this architecture works faster than the previous multi-process based topology (because threads have a move running costs than processes), it does not match the performances of the event-based architecture provided by other servers, uncommonly when they process events with several worker threads.
This dissimilarity can be beyond explained by means of the overhead that identical plot per interrelationship brings (as opposed to a yoke of worker threads per CPU, each processing diverse drag relatives events). Each thread needs to contend its own clamp, habitat, and switching from one theme to another is also an priceless task in compensation CPUs.

Related News: