[NTLUG:Discuss] apache help

MadHat madhat at unspecific.com
Wed Sep 8 08:02:30 CDT 1999


Tim McGlothin wrote:
> 
> No luck there either :-(  I tried both to make sure... It looks like there
> are a few people having this problem when I look on apache's site, still
> havent found an answer, but Im not giving up!
> 
> Thanks
> 

ok, the default is to set up a directory entry for / with permissions of
deny all
which means every directory under / is the same unless you specify, add
in a directory entry for /home, something like

<Directory /home>
Options Indexes 
AllowOverride AuthConfig
order allow, deny
allow from all
</Directory>

that might fix the problem as well.

> -Tim
> 
> >
> > is it Index.html or index.html
> > It does matter.  By default "directory listing" or "directory browsing"
> > is turned off, so it won;t list the contents.  Unix is case sensative
> > and it looks for index.html (with it in all lower case) so if it isn;t
> > there it will give this message.  There is also a place in the config
> > files that you could just add Index.html to the list.
> >
> > <snipity-ay>
> 
> _______________________________________________
> http://ntlug.org/mailman/listinfo/discuss

-- 
MadHat




More information about the Discuss mailing list