Apache HTTP Server
Original author(s) | Robert McCool |
---|---|
Developer(s) | Apache Software Foundation |
Initial release | Template:Initial release year |
Stable release | 2.2.8
/ January 19, 2008 |
Repository | |
Written in | C++ |
Operating system | Cross-platform |
Available in | English |
Type | Web server |
License | Apache License 2.0 |
Website | http://httpd.apache.org/ |
The Apache HTTP Server, commonly referred to simply as Apache, is a web server notable for playing a key role in the initial growth of the World Wide Web. Apache was the first viable alternative to the Netscape Communications Corporation web server (currently known as Sun Java System Web Server), and has since evolved to rival other Unix-based web servers in terms of functionality and performance.
The project's name was chosen for two reasons:[1] out of respect for the Native American Indian tribe of Apache (Indé), well-known for their endurance and their skills in warfare,[2] and due to the project's roots as a set of patches to the codebase of NCSA HTTPd 1.3 - making it "a patchy" server.[3]
Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation. The application is available for a wide variety of operating systems, including Unix, FreeBSD, Linux, Solaris, Novell NetWare, Mac OS X, and Microsoft Windows. Released under the Apache License, Apache is characterized as free software and open source software.
Since April 1996 Apache has been the most popular HTTP server on the World Wide Web; since March 2006 however it has experienced a steady decline of its market share, lost mostly to Microsoft Internet Information Services and the .NET platform used by some large blog providers. As of January 2008 Apache served 50.61% of all websites.[4]
Features
Apache supports a variety of features, many implemented as compiled modules which extend the core functionality. These can range from server-side programming language support to authentication schemes. Some common language interfaces support mod_perl, mod_python, Tcl, and PHP. Popular authentication modules include mod_access, mod_auth, and mod_digest. A sample of other features include SSL and TLS support (mod_ssl), a proxy module, a useful URL rewriter (also known as a rewrite engine, implemented under mod_rewrite), custom log files (mod_log_config), and filtering support (mod_include and mod_ext_filter).
Popular compression methods on Apache include the external extension module, mod_gzip, implemented to help with reduction of the size (weight) of web pages served over HTTP. Apache logs can be analyzed through a web browser using free scripts such as AWStats/W3Perl or Visitors.
Virtual hosting allows one Apache installation to serve many different actual websites. For example, one machine, with one Apache installation could simultaneously serve www.example.com, www.test.com, test47.test-server.test.com, etc.
Apache features configurable error messages, DBMS-based authentication databases, and content negotiation. It is also supported by several graphical user interfaces (GUIs) which permit easier, more intuitive configuration of the server.
Usage
Apache is primarily used to serve both static content and dynamic Web pages on the World Wide Web. Many web applications are designed expecting the environment and features that Apache provides.
Apache is the web server component of the popular LAMP web server application stack, alongside MySQL, and the PHP/Perl/Python programming languages.
Apache is redistributed as part of various proprietary software packages including the Oracle Database or the IBM WebSphere application server. Mac OS X integrates Apache as its built-in web server and as support for its WebObjects application server. It is also supported in some way by Borland in the Kylix and Delphi development tools. Apache is included with Novell NetWare 6.5, where it is the default web server.
Apache is used for many other tasks where content needs to be made available in a secure and reliable way. One example is sharing files from a personal computer over the Internet. A user who has Apache installed on their desktop can put arbitrary files in the Apache's document root which can then be shared.
Programmers developing web applications often use a locally installed version of Apache in order to preview and test code as it is being developed.
Microsoft Internet Information Services (IIS) is the main competitor to Apache, trailed by Sun Microsystems' Sun Java System Web Server and a host of other applications such as Zeus Web Server. Some of the biggest web sites in the world are run using Apache. Google's search engine front end is based on a modified version of Apache, named Google Web Server (GWS).[5] Wikimedia projects, including Wikipedia are also run on Apache servers [6].
References
- ^ Slive, Joshua (2001-05-12). "Re: A Patchy Server and the FAQ". apache-docs (Mailing list). Retrieved 2007-12-20.
{{cite mailing list}}
: Unknown parameter|mailinglist=
ignored (|mailing-list=
suggested) (help) - ^ "Frequently Asked Questions". The Apache Software Foundation. 2007.
- ^ Babcock, Charles (2007-01-13). "High Five: Meet Brian Behlendorf, CTO Of CollabNet". InformationWeek. CMP Media.
- ^ "Web Server Surveys January, 2008". Netcraft. Retrieved 2008-02-09.
- ^ "How Google works". Retrieved 2008-02-04.
- ^ "Wikimedia web servers". Wikimedia wikitech-l mailing list. 2008-02-12. Retrieved 2008-02-12.