Categories
Arhive Articles
Top Free Articles:
Find Online Articles
Quality Articles
Random Articles:
Directory of Free Articles
Apache Web Server Project
The Httpd Web Server, commonly referred to as Apache , is spider's web server software notable with a view playing a pivotal capacity in the incipient development of the World Extensive Web. In 2009 it became the beginning snare server software to pass beyond the 100 million website milestone. Apache was the beginning feasible alternative to the Netscape Communications Corporation web server (currently known as Seer iPlanet Snare Server), and has since evolved to challenge other entanglement 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 utilization is ready representing 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 supervised 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 be accurate 63% of all websites and 66% of the million busiest.
Features

Apache supports a mixture of features, many implemented as compiled modules which augment the core functionality. These can range from server-side programming language support to authentication schemes. Some common lingua franca interfaces buttress Perl, Python, Tcl, and PHP. In demand authentication modules take in mod_access, mod_auth, mod_grasp, and mod_auth_synopsis, the successor to mod_digest. A sample of other features include SSL and TLS stick (mod_ssl), a factor module (mod_agent), a URL rewriter (also known as a rewrite locomotive, implemented supervised mod_rewrite), custom log files (mod_log_config), and filtering sustain (mod_contain and mod_ext_cheesecloth).
Stock compression methods on Apache include the superficial augmentation module, mod_gzip, implemented to ease with reduction of the size (ballast) of entanglement pages served over HTTP. ModSecurity is an open rise intrusion detection and enjoining apparatus for entanglement applications. Apache logs can be analyzed help of a cobweb browser using delivered scripts such as AWStats/W3Perl or Visitors.
Accepted hosting allows everyone Apache installation to fulfil many diverse physical websites. On example, joined gizmo with united Apache swearing-in could simultaneously serve www.example.com, www.test.com, test47.test-server.test.com, etc.
Apache features configurable slip-up messages, DBMS-based authentication databases, and constituents negotiation. It is also supported not later than sundry graphical drug interfaces (GUIs).
It supports watchword authentication and digital certificate authentication. Apache has a built in search engine and an HTML authorizing gimmick and supports FTP.

Performance


This section does not cite any references or sources. Please cure improve this division through adding citations to sure sources. Unsourced fabric may be challenged and removed. (October 2009)
Although the main develop object of Apache is not to be the "fastest" web server, Apache does take fulfilment comparable to other "high-performance" trap servers. As contrasted with of implementing a only architecture, Apache provides a breed of MultiProcessing Modules (MPMs) which permit Apache to run in a process-based, combination (modify and piece of yarn) or event-hybrid look, to excel match the demands of each thorough infrastructure. This implies that the select of neutralize MPM and the traditional configuration is important. Where compromises in dispatch lack to be made, the stratagem of Apache is to belittle latency and increase throughput, dependent on to na‹vely handling more requests, that reason ensuring in concordance and secure processing of requests within judicious time-frames.
The Apache version considered not later than the Apache Endowment as providing high-performance is the multi-threaded version which mixes the utilize consume of several processes and diverse threads per process.
While this architecture works faster than the previous multi-process based topology (because threads suffer with a lower outlay than processes), it does not match the performances of the event-based architecture provided sooner than other servers, especially when they prepare events with a variety of workman threads.
This distinction can be beyond explained by means of the overhead that identical thread per connection brings (as opposed to a yoke of worker threads per CPU, each processing numberless drag relatives events). Each ease needs to contend its own load, environment, and switching from joke theme to another is also an expensive censure after CPUs.

Related News: