Click to See Complete Forum and Search --> : apache problems


sameasyou
01-25-2003, 09:12 AM
Hello
I'm new with Linux and I have installed redhat 6.2 and apache.
When I type the address the server returns "You don't have permission to access / on this server.". What should I do in order to be able to view my web page?
Thank you.
George::confused:

mdwatts
01-25-2003, 11:05 AM
Is Apache setup and configured correctly? Redhat has online docs to help with Apache just in case you need further assistance.

Access to '/'? Where is DocumentRoot in your httpd.conf pointing to?

Should be something like

DocumentRoot "/home/httpd/html"

sameasyou
01-27-2003, 04:05 AM
Hello
I found the problem. Thanks for helping.
George