Hello -
I've just compiled and installed Apache 1.3.20 from the tarball, and I can't access I get a permission denied error.
I've searched around a bit, and I've already done this:
chmod 755 ~/public_html
chmod 644 ~/public_html/*
and my httpd.conf file has the following:
<IfModule mod_userdir.c>
UserDir public_html
UserDir disabled root
</IfModule>
and also the line:
AddModule mod_userdir.c
above it.
What am I missing? I thought I needed to add something from libexec, but all I see there is the libperl.so file.
TIA
leo
leo
------------
Leo Mendoza
lmendoza@students.depaul.edu
I've just compiled and installed Apache 1.3.20 from the tarball, and I can't access I get a permission denied error.
I've searched around a bit, and I've already done this:
chmod 755 ~/public_html
chmod 644 ~/public_html/*
and my httpd.conf file has the following:
<IfModule mod_userdir.c>
UserDir public_html
UserDir disabled root
</IfModule>
and also the line:
AddModule mod_userdir.c
above it.
What am I missing? I thought I needed to add something from libexec, but all I see there is the libperl.so file.
TIA
leo
leo
------------
Leo Mendoza
lmendoza@students.depaul.edu