[Linux-disciples] Re: Directory index propagates downward

Brian Cooke linux-disciples@bostoncoop.net
Fri, 24 Oct 2003 08:45:42 -0400


> <Directory />
> DirectoryIndex /cgi-bin/blosxom
> </Directory>

I've never tried to setup a DirectoryIndex for only one directory
specifically.  But in my httpd.conf, all my directories used with the
Directory tage are specified with full path instead of a path relative to
the web server.  The paths are also enclosed in double quotes.  ie.

<Directory "/var/www">
   DirectoryIndex /cgi-bin/blosxom
</Directory>

Could either of these be the issue??

Brian