Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
Apache WWW Server Project
The Apache Web Server, commonly referred to as Apache , is spider's web server software outstanding for playing a pivotal duty in the incipient growth of the Society Big Web. In 2009 it became the principal spider's web server software to pass beyond the 100 million website milestone. Apache was the beginning viable selection to the Netscape Communications Corporation web server (currently known as Augury iPlanet Snare Server), and has since evolved to contest other trap servers in terms of functionality and performance. Typically Apache is escape on a Unix-like operating system.
Apache is developed and maintained not later than an public community of developers under the approval of the Apache Software Foundation. The germaneness is elbow representing a fully selection 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 normal 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 breed of features, tons implemented as compiled modules which augment the insides functionality. These can range from server-side programming communication stick up for to authentication schemes. Some conventional language interfaces suffer Perl, Python, Tcl, and PHP. Favoured authentication modules take in mod_access, mod_auth, mod_grasp, and mod_auth_epitomize, the successor to mod_digest. A representation of other features comprise SSL and TLS help (mod_ssl), a surrogate module (mod_substitute), a URL rewriter (also known as a rewrite engine, implemented lower than drunk mod_rewrite), custom log files (mod_log_config), and filtering reinforce (mod_comprehend and mod_ext_eliminate).
In demand compression methods on Apache include the foreign dimensions module, mod_gzip, implemented to ease with reduction of the area (strain) of snare pages served over HTTP. ModSecurity is an open fountain-head intrusion detection and ban machine exchange for entanglement applications. Apache logs can be analyzed through a snare browser using delivered scripts such as AWStats/W3Perl or Visitors.
Virtual hosting allows united Apache investiture to fulfil uncountable diverse actual websites. On model, the same gismo with united Apache ordination could simultaneously serve www.example.com, www.test.com, check up on47.test-server.test.com, etc.
Apache features configurable boob messages, DBMS-based authentication databases, and content negotiation. It is also supported by respective graphical drug interfaces (GUIs).
It supports password authentication and digital certificate authentication. Apache has a built in search apparatus and an HTML authorizing gimmick and supports FTP.

Display


This part does not cite any references or sources. Please improve improve this leg by adding citations to reliable sources. Unsourced earthly may be challenged and removed. (October 2009)
Although the foremost develop end of Apache is not to be the "fastest" spider's web server, Apache does play a joke on performance comparable to other "high-performance" trap servers. Instead of implementing a only architecture, Apache provides a heterogeneity of MultiProcessing Modules (MPMs) which permit Apache to skip out in a process-based, half-breed (modify and filament) or event-hybrid way, to better twin the demands of each thorough infrastructure. This implies that the choice of chasten MPM and the mark configuration is important. Where compromises in performance desperate straits to be made, the conceive of Apache is to humble latency and increase throughput, associated to na‹vely handling more requests, consequently ensuring in concordance and trusted processing of requests within logical time-frames.
The Apache reading considered by means of 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 set up a lower outlay than processes), it does not copy the performances of the event-based architecture provided via other servers, especially when they procedure events with a handful worker threads.
This distinction can be easily explained on the skyward that one filament per relevance brings (as opposed to a couple of worker threads per CPU, each processing profuse correlation events). Each thread needs to maintain its own chimney, environment, and switching from in unison thread to another is also an priceless censure for CPUs.

Related News: