02-08-05 07:51 AM
On Mon, 07 Feb 2005 14:08:00 -0500, G. Roderick Singleton wrote:
> I have configured httpd.conf as follows for user personal webpages:
>
> <IfModule mod_userdir.c>
> UserDir public_html
> </IfModule>
>
> and
>
> <Directory /home/*/public_html>
> AllowOverride FileInfo AuthConfig Limit
> Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
> </Directory>
>
> Yest I keep getting a 403 message as follows:
> Forbidden
>
> You don't have permission to access /~gerry/ on this server.
>
> Additionally, a 403 Forbidden error was encountered while trying to use an
> ErrorDocument to handle the request.
>
> Perms are:
>
> drwxr-xr-x 107 <user1> wheel 20480 Feb 7 13:10 /home/<user1>
> drwxr-xr-x 13 root root 4096 Jan 23 08:26 /home
> drwxr-xr-x 21 gerry wheel 4096 Aug 15 12:22 /home/<user1>/public_html/
>
> Where <user1> is the username.
>
> This worked with Apache2 and RH9
>
> Any clues?
Never mind it is not an apache problem.
[ Post a follow-up to this message ]
|