TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:7503] Directory listing in apache



On Thu, 12 Aug 1999, Hans Umhoefer wrote:

> I think it should be configured something like this. In your access.conf
> file there should be a section for your http root directory. In the
> options field "Indexes" should be specified. Should look something like
> this:
> 
> <Directory /home/httpd/html>
> Options Indexes {other options}
> </Directory>

I got it working, but I had to add Options Indexes to the <Directory />
section. Do you have one of those Hans? My Apache install is direct from
source, so it might be different than RedHat's...But I got it working,
that's the important part ;) 

I don't understand why adding Options Indexes to a sub-directory of the
root didn't work, because according to the docs I read, it *should*
have...Oh well.

Luke