On Sun Feb 03, 2002 at 07:11:47AM -0800, David Walser wrote:

> The permissions are correct.  chmod o+x for
> /home/walser and /home/walser/public_html, and the
> same home directory works on MDK 7.2's Apache.  Also,
> if you'll notice, I'm not getting a permission denied
> message (403), I'm getting a 404, because as you can
> see from the log, Apache isn't redirecting ~walser to
> /home/walser/public_html

Do you have UserDir set in commonhttpd.conf?  Ie.

#
# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is received.
#
<IfModule mod_userdir.c>
    UserDir public_html
</IfModule>


Also, just double-checked over here on my 8.1 box using 8.1 updates
and it works fine.  Going to http://intranet/~vdanen/ brings up the
index.php in ~vdanen/public_html/ on my system as seen here in my
access_log:

10.0.5.10 - - [05/Feb/2002:23:10:44 -0700] "GET /~vdanen/ HTTP/1.1" 200 2512 "-
10.0.5.10 - - [05/Feb/2002:23:10:44 -0700] "GET /~vdanen/images/Anthillbutton.p
10.0.5.10 - - [05/Feb/2002:23:10:44 -0700] "GET /~vdanen/images/Anthill.png

I think you may want to check your configuration (I'll be verifying
cooker momentarily).

-- 
MandrakeSoft Security, OpenPGP key available on www.keyserver.net
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD

Current Linux kernel 2.4.8-34.1mdk uptime: 14 days 3 hours 49 minutes.

Attachment: msg53727/pgp00000.pgp
Description: PGP signature

Reply via email to