LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache 403 Access Denied (https://www.linuxquestions.org/questions/linux-software-2/apache-403-access-denied-103481/)

spintrance7 10-13-2003 01:50 PM

Apache 403 Access Denied
 
I just installed RedHat9 and am having trbls getting the web server running correctly.

I have:
<IfModule mod_userdir.c>


if i goto the root site http192.168.1.253 the noindex.html page comes up like it should.

But
if i goto http192.168.1.253/~userA
i get

You don't have permission to access /~jpk/ on this server.

Additionally, a 403 Forbidden error ...

spintrance7 10-13-2003 01:52 PM

i have
<IfModule mod_userdir.c>
UserDir public_html
</IfModule>

turned on.


any help???
thanks.:Pengy:

Blinker_Fluid 10-13-2003 01:56 PM

check permission on /home/user make sure they are 755 (rwxrw-rw-) and the /home/user/public_html is also 755


All times are GMT -5. The time now is 07:49 AM.