Gentoo Archives: gentoo-user

From: Jochen Schalanda <Jochen@×××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: public_html on apache2
Date: Mon, 12 Sep 2005 20:40:52
Message-Id: 4325D5A2.6050108@Schalanda.de
In Reply to: [gentoo-user] public_html on apache2 by Allan Spagnol Comar
1 On 09/12/2005 08:19 PM, Allan Spagnol Comar wrote:
2 > Does someone know how to allow everyone to access public_html on home
3 > folder of my users ?
4 >
5 > I had inserted the following lines on my commonapache2.conf and it
6 > still doesn't work
7 >
8 > <Directory /home/*/public_html>
9 > AllowOverride None
10 > Order allow,deny
11 > Allow from all
12 > </Directory>
13 >
14 > anyone had any idea about it ?
15
16 Have you loaded mod_userdir and set the UserDir directive?
17 Read [1] for details.
18
19 [1]: http://httpd.apache.org/docs/2.0/mod/mod_userdir.html
20
21 --
22 Regards,
23 Jochen
24 --
25 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: public_html on apache2 Allan Spagnol Comar <allan.comar@×××××.com>