Re: httpd config issue with documentroot
- From: "Roger N. Clark (change username to rnclark)" <username@xxxxxxxxx>
- Date: Mon, 30 Jan 2006 06:35:29 -0800
Nico Kadel-Garcia wrote:
Roger N. Clark (change username to rnclark) wrote:
Hi. I have a server that when you address it as:
http://www.aserver.com
it works fine,
but http://www.aserver.com/index.html does not. It responds:
Not Found The requested URL /index.html/ was not found on this server.
If I take off the trailing /, it responds with the same thing and adds the / back.
In all subdirectories the index.html works just fine, and without the index.html on the root it reads the index.html just fine.
The config file has the following:
<Directory "/var/www/html"> Options +FollowSymLinks -Indexes -MultiViews -ExecCGI Order Allow,Deny Allow from All DirectoryIndex index.html </Directory>
Any ideas? It is redhat ws4.
What do the error logs in /var/log/httpd/ say about it?
error_log: File does not exist: /var/www/html/index.html/ .
- Follow-Ups:
- Re: httpd config issue with documentroot
- From: CBFalconer
- Re: httpd config issue with documentroot
- From: Nico Kadel-Garcia
- Re: httpd config issue with documentroot
- References:
- httpd config issue with documentroot
- From: Roger N. Clark (change username to rnclark)
- Re: httpd config issue with documentroot
- From: Nico Kadel-Garcia
- httpd config issue with documentroot
- Prev by Date: Re: Where are the config files for the VNC server ?
- Next by Date: Debian Sarge: Intermittent random crashes
- Previous by thread: Re: httpd config issue with documentroot
- Next by thread: Re: httpd config issue with documentroot
- Index(es):
Relevant Pages
|