i'm using red hat 9
i'v setup apache to do vhosts, now all this works fine
but the problem is i want a vhost to do a directory listing for it's root
for example
www.dfgdfgf.com
gives the apache test page
if i make a sub dir like
www.sdfsdfds.com/downloads/
i get a direcory listing as expected
<Directory "/home">
Options Indexes multiviews Includes Followsymlinks
Allowoverride none
</Directory>
my vhosts are under /home/username/ of course
index.html pages work fine for website root, but it won't do directory
listings
my apache is:
Server Version: Apache/2.0.40 (Red Hat Linux)