From f0ffe24f160ae2fdd6b5cd96b51bf2e65a8aceb8 Mon Sep 17 00:00:00 2001
From: Rich Bowen /var/www/html/fish/guppies.html
being
served to the requesting client.
If a directory is requested (i.e. a path ending with
+ /
), the file served from that directory is defined by
+ the DocumentRoot
were set as above, and
+ you were to set:
Then a request for http://www.example.com/fish/
will
+ cause httpd to attempt to serve the file
+ /var/www/html/fish/index.html
. In the event that
+ that file didn't exist, it will next attempt to serve file file
+ /var/www/html/fish/index.php
.
If neither of these files existed, the next step would be to
+ attempt to provide a directory index, if
+
httpd is also capable of Virtual
Hosting, where the server receives requests for more than one
host. In this case, a different