Apache HTTP Server: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Eric M Gearhart
(Fixed link to be more clear as to the Apache HTTP Server project homepage, added CZ Live Category)
imported>Eric M Gearhart
(Added a bunch of stuff, need to fill in sections. Learning as I go, because I run lighttpd on the servers I manage)
Line 1: Line 1:
[[Image:Apache_HTTPd_logo.png|thumb|320 px|right]]
[[Image:Apache_HTTPd_logo.png|thumb|320 px|right]]
The '''Apache HTTP Server''' is a [[web server]] for [[Unix]] systems, [[Microsoft Windows]], [[Novell NetWare]], [[Mac OS X]] and other operating systems. '''Apache''' is notable for playing a key role in the initial growth of the [[World Wide Web]].
The '''Apache HTTP Server''' is one of the first [[World Wide Web]] [[server|servers]] to gain popularity on the Internet. The explosive growth of the Web can be directly correlated with Apache's growth, due primarily to its popularity as a free, open source project.
 
Apache can be run  on a variety of platforms: various [[Unix]] and [[Unix like]] systems, [[Microsoft Windows]], [[Novell NetWare]], [[Mac OS X]] and other operating systems.  


== History ==
== History ==
When first released, Apache was the only viable free/open source alternative to the ''[[Netscape]] Communications Corporation'' web server (currently known as ''[[Sun Microsystems|Sun]] Java System Web Server''). It has since evolved to rival other Unix-based web servers in terms of functionality and performance. Since April 1996, Apache has been the most popular [[HTTP]] server on the World Wide Web; as of March 2007 Apache served 58% of all websites.<ref name=netcraft>{{cite web|url=http://news.netcraft.com/archives/2007/02/23/march_2007_web_server_survey.html|title=March 2007 Web Server Survey|publisher=Netcraft|date=2007-03}}</ref>


When first released, Apache was the only viable free/open source alternative to the ''[[Netscape]] Communications Corporation'' web server (currently known as ''[[Sun Microsystems|Sun]] Java System Web Server''). It has since evolved to rival other Unix-based web servers in terms of functionality and performance. Since April 1996, Apache has been the most popular [[HTTP]] server on the World Wide Web; as of March 2007 Apache served 58% of all websites.<ref name=netcraft>{{cite web|url=http://news.netcraft.com/archives/2007/02/23/march_2007_web_server_survey.html|title=March 2007 Web Server Survey|publisher=Netcraft|date=2007-03}}</ref>
==Apache's Architecture==
===The 1.x Branch===
 
===The 2.0 Branch===
 
===The curent 2.2 Branch===


== References ==
== References ==

Revision as of 11:52, 16 April 2007

Apache HTTPd logo.png

The Apache HTTP Server is one of the first World Wide Web servers to gain popularity on the Internet. The explosive growth of the Web can be directly correlated with Apache's growth, due primarily to its popularity as a free, open source project.

Apache can be run on a variety of platforms: various Unix and Unix like systems, Microsoft Windows, Novell NetWare, Mac OS X and other operating systems.

History

When first released, Apache was the only viable free/open source alternative to the Netscape Communications Corporation web server (currently known as Sun Java System Web Server). It has since evolved to rival other Unix-based web servers in terms of functionality and performance. Since April 1996, Apache has been the most popular HTTP server on the World Wide Web; as of March 2007 Apache served 58% of all websites.[1]

Apache's Architecture

The 1.x Branch

The 2.0 Branch

The curent 2.2 Branch

References

  1. March 2007 Web Server Survey. Netcraft (2007-03).

External Links

  • The Apache HTTP Server Project Homepage, one project among many at the Apache Software Foundation