[Webdev] Apache q's
Adam Beecher
adam at iewebs.com
Tue Nov 21 10:50:54 GMT 2000
Hi Fergal,
> I have been chasing my tail for a while now on this one - but I just don't
> know apache well enough to sort it out.
>
> -what directive do I use to get apache to return a directory listing in the
> absence of an index.html file or other default doc? I would rather do this
> at the .htaccess level rather than in httpd.conf
>
See the documentation for mod_autoindex. IndexOptions is the directive you're
looking for, or FancyIndexing on old Apache's:
http://httpd.apache.org/docs/mod/mod_autoindex.html#indexoptions
> -also any nice (free) log file viewers/graphers that anyone can recommend
>
Webalizer is good, and free:
http://www.mrunix.net/webalizer/
Boutell's wusage is better IMHO, but not free.
adam
More information about the Webdev
mailing list