[95849] in RedHat Linux List
Re: Apache
daemon@ATHENA.MIT.EDU (Anthony E. Greene)
Wed Oct 21 18:24:29 1998
From: "Anthony E. Greene" <agreene@pobox.com>
To: redhat-list@redhat.com
Date: Wed, 21 Oct 1998 18:30:21 +0200
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
On Wed, 21 Oct 1998, timsoftware@liposome.genebee.msu.su wrote:
>I need to create a web-pages of the users with URLs like:
>http://localhost/~username
>But i can't do that! Comanche doesn't helps me in it at all!
>I'm always getting
>
> Forbidden
>
>You don't have permission to access /~h2hlabs on this server.
Make sure your user directories are executable. Assuming default paths:
chmod 755 /home/username
chmod 755 /home/username/public_html
I usually add a ~/.private directory with permissions 700 (owner read-only)
so users will have a place to put things that aren't world-readable. If you
set this up in /etc/skel then all new users will have these directories and
permissions already setup by default.
--
Anthony E. Greene <agreene@pobox.com>
Homepage & PGP Key <http://www.pobox.com/~agreene/>
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com http://archive.redhat.com
To unsubscribe: mail redhat-list-request@redhat.com with
"unsubscribe" as the Subject.