Hello Thomas,

> When I try to surf from the local machine, I get "you do not have
> permission to access /"  (Or something similar, sorry - I don't have
> it handy).  I have gone through the /home/httpd/html directory, chgrp

Do you have an index.html file in that directory? If not, do you have 
something like

<Directory "/home/httpd/html">
                Options Indexes
                        ~~~~~~~

in your config? 

>From http://httpd.apache.org/docs/mod/core.html#options

Indexes 
If a URL which maps to a directory is requested, and the there is no 
DirectoryIndex (e.g., index.html) in that directory, then the
server will return a formatted listing of the directory. 

cheers,
Anth

-- 
Anth Courtney
Systems Administrator
Planet Netcom
[EMAIL PROTECTED]
http://www.pnc.com.au

2003 - the year the real Anth Courtney stands up.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to