[Webdev] Apache q's

Donncha O Caoimh donncha.ocaoimh at tradesignals.com
Tue Nov 21 10:42:59 GMT 2000


Fergal Moran wrote:
> 
> 'lo
> 
> 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

mod_index I think? There's one of the "Options" of a Directory command
in httpd.conf to set it up. Dunno if you can include it in a .htaccess
file though.

> 
> -also any nice (free) log file viewers/graphers that anyone can recommend

Webalizer is nice, but I don't trust it if you do anything more than
just create simple reports. (based on experiences with an older version)
Analog is much nicer. You can use regular expressions to match URLs,
doesn't create graphs but you can get add-on packages that'll create the
graphs for you.

Both available on freshmeat.net

Donncha.




More information about the Webdev mailing list