Re: httpd config issue with documentroot
- From: "Nico Kadel-Garcia" <nkadel@xxxxxxxxxxx>
- Date: Sun, 29 Jan 2006 20:34:40 -0500
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?
.
- Follow-Ups:
- Re: httpd config issue with documentroot
- From: Roger N. Clark (change username to rnclark)
- Re: httpd config issue with documentroot
- References:
- httpd config issue with documentroot
- From: Roger N. Clark (change username to rnclark)
- httpd config issue with documentroot
- Prev by Date: Re: yum update fedora 4 undefined symbol: krb5_prompter_pocix
- Next by Date: Re: GRUB advice needed.
- Previous by thread: httpd config issue with documentroot
- Next by thread: Re: httpd config issue with documentroot
- Index(es):
Relevant Pages
|