Re: UserDirs in apache


Subject: Re: UserDirs in apache
From: Brian Mayton (bmayton@mac.com)
Date: Tue Nov 13 2001 - 18:54:20 MST


Thanks! That worked.

I chmodded the public_html folder but forgot about the rest...

On 11/13/01 5:31 PM, "Christopher Murtagh" <christopher.murtagh@mcgill.ca>
wrote:

> On Tue, 13 Nov 2001, Brian Mayton wrote:
>> I'm trying to get my userdirs set up in YellowDog with Apache. I tried
>> simply uncommenting the default lines that were there regarding userdirs,
>> which worked before on my old YDL server. Now, when I try to access a
>> user's page, I get a 403 forbidden. I know the permissions are set right.
>
> Make sure that all dirs in the path from root are world executeable, so
> if your path to root is /home/username/public_html/ you should be able to
> do the following:
>
> chmod 711 /home
> chmod 711 /home/username
> chmod 711 /home/username/public_html
>
> See if that works.
>
> Cheers,
>
> Chris
>



This archive was generated by hypermail 2a24 : Tue Nov 13 2001 - 19:06:08 MST