Mailinglist Archive: opensuse (3242 mails)
| < Previous | Next > |
Re: [SLE] public_html
- From: Anders Johansson <andjoh@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 6 Sep 2001 00:42:53 +0200
- Message-id: <200109052242.f85Mgrq31653@xxxxxxxxxxxxxxxxxxxxx>
Make sure the outside world has the rights to cd into your user directory
chmod o+x /home/user
chmod o+rx /home/user/public_html
regards
Anders
On Thursday 06 September 2001 00.44, Carlos wrote:
> Hello people,
> I have Apache set up with the default configuration, and I've checked
> that it supposedly loads the modules to use the /home/*/public_html
> directories for /~user/ as default but when I try to load
> http://localhost/~user/ it says Access Forbidden.
> Anyone knows what might be wrong or if I have to touch something?
>
> Regards,
> Carlos.
chmod o+x /home/user
chmod o+rx /home/user/public_html
regards
Anders
On Thursday 06 September 2001 00.44, Carlos wrote:
> Hello people,
> I have Apache set up with the default configuration, and I've checked
> that it supposedly loads the modules to use the /home/*/public_html
> directories for /~user/ as default but when I try to load
> http://localhost/~user/ it says Access Forbidden.
> Anyone knows what might be wrong or if I have to touch something?
>
> Regards,
> Carlos.
| < Previous | Next > |