Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
Httpd Web Server Software
The Httpd Web Server, commonly referred to as Apache , is web server software renowned with a view playing a timbre capacity in the commencing growth of the Society Sizeable Web. In 2009 it became the principal snare server software to outshine the 100 million website milestone. Apache was the beginning feasible possibility to the Netscape Communications Corporation trap server (currently known as Message iPlanet Network Server), and has since evolved to compete with other snare servers in terms of functionality and performance. Typically Apache is manufacture on a Unix-like operating system.
Apache is developed and maintained during an unspoken for community of developers underneath the protection of the Apache Software Foundation. The application is available instead of a deviating multiplicity 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 Accredit, 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 serve 63% of all websites and 66% of the million busiest.
Features

Apache supports a collection of features, many implemented as compiled modules which on the core functionality. These can class from server-side programming language authenticate to authentication schemes. Some inferior words interfaces buttress Perl, Python, Tcl, and PHP. In demand authentication modules include mod_access, mod_auth, mod_digest, and mod_auth_r‚sum‚, the successor to mod_digest. A illustration of other features embrace SSL and TLS support (mod_ssl), a proxy module (mod_proxy), a URL rewriter (also known as a rewrite locomotive, implemented under mod_rewrite), to order log files (mod_log_config), and filtering affirm (mod_comprehend and mod_ext_filter).
In demand compression methods on Apache categorize the superficial dimensions module, mod_gzip, implemented to servants with reduction of the area (ballast) of entanglement pages served over HTTP. ModSecurity is an available fountain-head intrusion detection and enjoining machine for cobweb applications. Apache logs can be analyzed through a entanglement browser using delivered scripts such as AWStats/W3Perl or Visitors.
Effective hosting allows one Apache station to help many diverse existent websites. On example, the same gizmo with one Apache swearing-in could simultaneously perform www.example.com, www.test.com, examine47.test-server.test.com, etc.
Apache features configurable boob messages, DBMS-based authentication databases, and content negotiation. It is also supported next to respective graphical operator interfaces (GUIs).
It supports open sesame authentication and digital certificate authentication. Apache has a built in search engine and an HTML authorizing dupe and supports FTP.

Exhibit


This section does not cite any references or sources. Content improve enhance this division by adding citations to reliable sources. Unsourced material may be challenged and removed. (October 2009)
Although the primary cabal object of Apache is not to be the "fastest" trap server, Apache does play a joke on fulfilment comparable to other "high-performance" web servers. Instead of implementing a single architecture, Apache provides a heterogeneity of MultiProcessing Modules (MPMs) which allow Apache to hump it in a process-based, hybrid (deal with and filament) or event-hybrid look, to excel blend the demands of each thorough infrastructure. This implies that the realm of possibilities of suitable MPM and the correct configuration is important. Where compromises in playing desperate straits to be made, the lay out of Apache is to slash latency and advance throughput, relative to simply handling more requests, thus ensuring predictable and honourable processing of requests within logical time-frames.
The Apache translation considered by means of the Apache Foundation as providing high-performance is the multi-threaded adaptation which mixes the manipulate of diverse processes and individual threads per process.
While this architecture works faster than the erstwhile multi-process based topology (because threads set up a deign overhead than processes), it does not copy the performances of the event-based architecture provided via other servers, especially when they prepare events with several wage-earner threads.
This difference can be easily explained on the overhead that identical thread per connection brings (as opposed to a four of wage-earner threads per CPU, each processing numberless interplay events). Each squeeze through needs to maintain its own load, environs, and switching from joke plot to another is also an valuable assignment in search CPUs.

Related News: