Gentoo Archives: gentoo-user

From: Michael Hampicke <gentoo-user@××××.biz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] USERDIR problem with apache on new install
Date: Sat, 29 Sep 2012 18:17:11
Message-Id: 50673A6F.1060809@hadt.biz
In Reply to: Re: [gentoo-user] USERDIR problem with apache on new install by Neil Bothwick
1 Am 29.09.2012 19:52, schrieb Neil Bothwick:
2 > On Sat, 29 Sep 2012 11:08:41 -0400, Allan Gottlieb wrote:
3 >
4 >> When I try http://localhost/~gottlieb, firefox says
5 >> "you don't have permission to access /~gottlieb"
6 >> and the apache error log says
7 >> "client denied by server
8 >> configuration: /local/allan/gottlieb/public_html"
9 >>
10 >> The file permissions are ok since both
11 >> file:///home/gottlieb/public_html/index.html and
12 >> file:///home/gottlieb/public_html
13 >> work fine.
14 >
15 > It's not file permissions, the error message says "server configuration",
16 > probably some Allow/Deny magic.
17 >
18 >
19
20 Yeah, now I see it:
21
22 "client denied by server configuration:"
23
24 /local/allan/gottlieb/public_html
25
26 The file permissions are ok since both
27 file:///home/gottlieb/public_html/index.html
28
29 So there's /local/allan vs /home/gottlieb
30
31 If you correct the DocumentRoot it will work :)

Replies

Subject Author
Re: [gentoo-user] USERDIR problem with apache on new install Allan Gottlieb <gottlieb@×××.edu>