[plug] Apache

Jonathon Bates batesy at rave.iinet.net.au
Sat Mar 10 22:04:53 WST 2001


> Running a standard RH 6.2 machine, is there anything I need to edit in
> httpd.conf to allow me to browse to directories.
> ie if I make a directory of mp3's on my box like
> http://[inset my dynamic ip here]/~kai/mp3s/
> I should be able to browse to that directory without needing to put any
> files in it, right?
> I've done chmod 0755 -R /home/kai and I still get access denied errors.
> Any ideas, anyone?

In httpd.conf

<Directory />
    Options Indexes FollowSymLinks
    AllowOverride None
</Directory>

And I can follow symlinks :)

Cya
Batesy




More information about the plug mailing list