Re: [Cooker] apache 13.19 mod_userdir

2001-05-02 Thread Alexander Skwar

So sprach Patrick Mullaley am Wed, May 02, 2001 at 10:43:21AM -0400:
> Check the permissions on the /home dir and the user "joe" dir. They need to
> have rx privs to run properly.

Naah, x privs is enough.  They don't need to have read permissions. 
public_html needs to be world readable, though.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 23 hours 36 minutes




Re: [Cooker] apache 13.19 mod_userdir

2001-05-02 Thread John Johnson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Change the user directory permissions... o+x and it should work.

- -John

- - Original Message -
From: "Stephane Genaud" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 02, 2001 5:23 AM
Subject: [Cooker] apache 13.19 mod_userdir


Hi,
i have not been able to access users directories with
apache 1.3.19 as configured in Mandrake 8.0, i.e.
accessing : http://mymachine/~joe returns :

Forbidden
You don't have permission to access /~joe on this server.*

Looking a commonhttpd.conf, i have :


UserDir public_html


and in httpd.conf :

LoadModule userdir_module modules/mod_userdir.so

AddModule mod_userdir.c

and nothing related in /var/log/httpd/errors when i start apache.

Working for anyone ?
thanks.

- --
Stéphane Genaud
 IECS, Université Robert Schuman
 61 av. de la Forêt Noire, 67085 Strasbourg
 Bureau 107 tel : 0390414298


-BEGIN PGP SIGNATURE-
Version: PGP 7.0.1

iQA/AwUBOvAm6gfP+qzR55XlEQJGXQCePsYMC+R190T8uJkHcaQZf+8DsxoAoOjq
pNEXXnseLySwQ0rWrJS5Agsx
=r2vN
-END PGP SIGNATURE-







Re: [Cooker] apache 13.19 mod_userdir

2001-05-02 Thread RA

On Wednesday 02 May 2001 14:23, you wrote:
> Hi,
> i have not been able to access users directories with
> apache 1.3.19 as configured in Mandrake 8.0, i.e.
> accessing : http://mymachine/~joe returns :
>
> Forbidden
> You don't have permission to access /~joe on this server.*
>

Exactly that is the reason. Try chmod o+rx /home/joe{/public_html}

Or you have to put apache in joe's group. I guess chmod g+rx is safer!

> Looking a commonhttpd.conf, i have :
>
> 
> UserDir public_html
> 
>
> and in httpd.conf :
>
> LoadModule userdir_module modules/mod_userdir.so
> 
> AddModule mod_userdir.c
>
> and nothing related in /var/log/httpd/errors when i start apache.
>
> Working for anyone ?
> thanks.
>
> --
> Stéphane Genaud
>  IECS, Université Robert Schuman
>  61 av. de la Forêt Noire, 67085 Strasbourg
>  Bureau 107 tel : 0390414298




RE: [Cooker] apache 13.19 mod_userdir

2001-05-02 Thread Patrick Mullaley

Check the permissions on the /home dir and the user "joe" dir. They need to
have rx privs to run properly.

Patrick

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of Stephane Genaud
Sent: Wednesday, May 02, 2001 8:24 AM
To: [EMAIL PROTECTED]
Subject: [Cooker] apache 13.19 mod_userdir


Hi,
i have not been able to access users directories with
apache 1.3.19 as configured in Mandrake 8.0, i.e.
accessing : http://mymachine/~joe returns :

Forbidden
You don't have permission to access /~joe on this server.*

Looking a commonhttpd.conf, i have :


UserDir public_html


and in httpd.conf :

LoadModule userdir_module modules/mod_userdir.so

AddModule mod_userdir.c

and nothing related in /var/log/httpd/errors when i start apache.

Working for anyone ?
thanks.

--
Stéphane Genaud
 IECS, Université Robert Schuman
 61 av. de la Forêt Noire, 67085 Strasbourg
 Bureau 107 tel : 0390414298