[NTLUG:Discuss] apache help

MadHat madhat at unspecific.com
Tue Sep 7 08:45:13 CDT 1999


Tim McGlothin wrote:
> 
> Well this thing is driving me nuts... I am trying to set up Apache for
> the first time and everything seems to be working fine except this one
> thing...
> 
> I can pull up http://mcglothi.dyndns.org  (thats /home/httpd/html) just
> fine but when I try to pull up a user's directory like
> http://mcglothi.dyndns.org/~mcglothi (thats /home/mcglothi/public_html) I
> get:
> 
> Forbidden
> You dont have permission to access /~mcglothi on this server.
> 

<Snipity-do-dah>

> 
> Also did a chmod a+rx on /home/mcglothi/public_html ... Index.html in that
> directory has global read permission.

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>

-- 
MadHat




More information about the Discuss mailing list