Juan Lupi n wrote:
>
> Everytime I try http://localhost/~myusername keeps telling me
> that I have no permission (forbidden) to access the document.
Based on the fact that Apache is saying "permission denied" and
not "page not found" means that mod_userdir is probably working
fine. I suspect it is just a simple directory permissions
problem. The user's home directory will need to be executable by
the user Apache runs as (www-data), and the user's public_html
directory will need to be readable and executable by Apache. A
quick way to hopefully resolve your issue would be:
# chmod a+x ~user
# chmod a+rx ~user/public_html
I hope that helps.
--
Doug Porter <[EMAIL PROTECTED]>