Hello,

For begining, i would like to excuse myself, I'm french so excuse my english 
language..

I have installed Apache on Fedora Cora 5 and i think that the indexes option 
was strange ..

I have this :

________________________________________
[...]
DocumentRoot "/var/www/html/number/www"
[...]
<Directory "/">
Options -Indexes FolloSymLinks
AllowOverride None
</Directory>
[...]
<Directory "/var/www/html/number/www">
Options -Indexes FollowSymLinks
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
[...]
Alias /icons/ "/var/www/icons/"

<Directory "/var/www/icons/">
Options Indexes Multiview
AllowOverride None
Order allow,deny
Allow from all
</Directory>
[...]
NameVirtualHost *:80

<VirtualHost *:80>
Options Indexes
ServerName monserveur.be
ServerAlias files.monserveur.be
DocumentRoot /var/www/html/number/files/
</VirtualHost>
[...]
________________________________________

If you want to see my httpd.conf you can here : 
http://number.number.ath.cx/httpd.conf

Like you see on my example above :
I have setting - Index for the root directory ("/") and for the DocumentRoot 
("/var/www/html/number/www/")
And for files.serveur.be i have setting Options Indexes..

The Indexes Options work for icons alias, but not for the files vhost..
I can try to edit the httpd.conf, no one of my test work..

But they don't work.. I have a Frbidden You don't have permission to access  / 
on this server

And on error.log :
Direcroty index forbidden by Options directive : /var/www/html/number/files/, 
referer number.ath.cx

P.S : You can't try with files.number.ath.cx because they work..
Because it's not the same serveur, i try to make a NEW installed more properly 
with a other pc on local.

Thanks for your reply

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to