From: Tony Finch
- $Revision: 1.3 $ ($Date: 1999/12/31 23:11:17 $)
+ $Revision: 1.4 $ ($Date: 2000/04/04 17:06:14 $)
The latest version of this FAQ is always available from the main
@@ -70,10 +70,7 @@
- Apache was originally based on code and ideas found in the most
- popular HTTP server of the time.. NCSA httpd 1.3 (early 1995). It has
- since evolved into a far superior system which can rival (and probably
- surpass) almost any other UNIX based HTTP server in terms of functionality,
- efficiency and speed.
-
- Since it began, it has been completely rewritten, and includes many new
- features. Apache is, as of January 1997, the most popular WWW server on
- the Internet, according to the
- Netcraft Survey.
- The Apache httpd server
+
- To address the concerns of a group of WWW providers and part-time httpd
- programmers that httpd didn't behave as they wanted it to behave.
- Apache is an entirely volunteer effort, completely funded by its
- members, not by commercial sales.
- We, of course, owe a great debt to NCSA and their programmers for
- making the server Apache was based on. We now, however, have our own
- server, and our project is mostly our own. The Apache Project is an
- entirely independent venture.
+ The About Apache
+ document explains how the Apache project evolved from its beginnings
+ as an outgrowth of the NCSA httpd project to its current status as
+ one of the fastest, most efficient, and most functional web servers
+ in existence.
Apache Server Frequently Asked Questions
-
+
-
+
+
+DirectoryIndex index.html
+ index.cgi
, which instructs the server to either send
+ back index.html
or run index.cgi
+ when a directory URL is requested, whichever it finds in the
+ directory.
+
- For many developers it is also a reverant connotation to the Native + For many developers it is also a reverent connotation to the Native American Indian tribe of Apache, well-known for their superior skills in warfare strategy and inexhaustible endurance. @@ -185,14 +211,15 @@ comparison chart.
- Apache has been shown to be substantially faster than many other - free servers. Although certain commercial servers have claimed to - surpass Apache's speed (it has not been demonstrated that any of these - "benchmarks" are a good way of measuring WWW server speed at any - rate), we feel that it is better to have a mostly-fast free server - than an extremely-fast server that costs thousands of dollars. Apache - is run on sites that get millions of hits per day, and they have - experienced no performance difficulties. + Apache has been shown to be substantially faster, more stable, and + more feature-full than many other web servers. Although certain + commercial servers have claimed to surpass Apache's speed (it has + not been demonstrated that any of these "benchmarks" are a + good way of measuring WWW server speed at any rate), we feel that it + is better to have a mostly-fast free server than an extremely-fast + server that costs thousands of dollars. Apache is run on sites that + get millions of hits per day, and they have experienced no + performance difficulties.
- Apache is run on over 3 million Internet servers (as of June 1999). It has - been tested thoroughly by both developers and users. The Apache Group - maintains rigorous standards before releasing new versions of their - server, and our server runs without a hitch on over one half of all - WWW servers available on the Internet. When bugs do show up, we - release patches and new versions as soon as they are available. -
-- The Apache project's web site includes a page with a partial list of - sites running - Apache. + Apache is run on over 6 million Internet servers (as of February + 2000). It has been tested thoroughly by both developers and + users. The Apache Group maintains rigorous standards before + releasing new versions of their server, and our server runs without + a hitch on over one half of all WWW servers available on the + Internet. When bugs do show up, we release patches and new versions + as soon as they are available.
Indeed there is. See the main - Apache web site. + Apache web site. There is also a regular electronic publication called Apache Week available. Links to relevant Apache Week articles are @@ -283,7 +306,7 @@
You can find out how to download the source for Apache at the project's - main web page. + main web page.