Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Apache HTTP server problem
Name: Simon Date: September 25, 2000 at 18:35:05 Pacific
Comment:
Hi,
I installed RH6.2 apache web server.I starts fine, but I can't access the home page or the users page. It gives me this message permission denied forbidden 403.
I made sure that the directory had r-x by everybody. Please help
Name: Sneak Date: September 28, 2000 at 10:25:27 Pacific
Reply:
had the same problem: you need to not only check the rights to the users public_html dir, but you need to give those same rights to the user home dir, as well. what is happening is that the web server can't even get through to the public_html dir, because of permission given to the users home dir. this should definetly solve your problem.
Summary: Hi! Sabine, I just earned my 30 Linux guru points for apache setup. I had a similiar problem for about a month or two. I ultimately reinstalled linux. Made sure my host name could be read by http and ...
Summary: I have a Linux PC with Apache server running, and two network cards, one with a public IP (e.g. 120.121.122.123) and the other with an internal IP (192.168.0.1). This card is connected to an internal ...
Summary: Hi all, I am a Linux newbie. My system: Red Hat Linux 7.2 + Apache + MySQL + PHP I am running a web server within a university. Two week ago, I found that I could always access my web site within LAN ...