Click to See Complete Forum and Search --> : apache info


dvdnut
07-26-2001, 05:14 PM
im using rh 7.1 with apache but before i used to use mandrake 8 and, if i had no index.html or whatever file in a directory, it would list the files currently there

but now i cant, says forbidden
ive chmod-ed my account and the subdir with 755

can anyone point me in the right direction on how to enable this little feature?

thanks

dvdnut
07-26-2001, 06:05 PM
darn

bit o research found the answer

fyi

to enable listing of a dir, in particular ones on user accounts where you've specified where their html docs are held, usually public_html

you need to add this to your httpd.conf

<Directory "/home/*/public_html">
Options Indexes
</Directory>

simpler than i thought

thanks

d