[users@httpd] Options Indexes work not like i would like ..

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux