Donald,
When you modify the /etc/httpd/conf/httpd.conf you
must restart the server using /etc/init.d/httpd restart or service httpd
restart. Also, due to the fact that there are no files in the
/var/www/html directory, the server is issuing the default page listed in the
httpd.conf file exactly the way it's supposed to......see below.
<LocationMatch "^/$>
Options -Indexes ErrorDocument 403 /error/noindex.html </LocationMatch> You may also see the other error documents listed
in the httpd.conf (Enjoy)
Brett
|