Hi,
I downloaded Apache 2.0 and installed it on a Red Hat machine (by the way, how do I check what Red Hat version?)
I followed the instructions and the only change I did to the httpd.conf file was to set the Listen line to the machine's IP address instead of 0.0.0.0 and I also changed the port to a higher one. The rest are the default values that come with the httpd.conf file.
When I try to do
http://localhost from a web browser I get a 403 Permission error, and on the error logs, a new line is appended:
[Date] [error] [client IP] (13) Permission denied: access to / denied
What do I need to change in the config file? How do I enable permissions?
Remeber, this is when performing localhost I'm not on another machine. So far, I've just followed the installations instrucionts, including the last one for testing that installation was successful and that's when I get this problem.
Thanks!