I am running apache server 1.3.3 with this instruction in my access.conf
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
I was expecting that with this instruction if somebody try
www.domain.com/directory/ and there is no index.htm, the listing of the
directory will be restricted.
This is not happening.
What is strange is, I have another daemon apache 1.3.3 running in the same
server with another access.conf for my virtual servers with the same
instruction, and it is working.
the listing of the directory in my virtual servers is restricted.
Why in one of the daemons is working, and not in the other ?
Thanks
--
Gerardo Blanco