On Wed, Nov 14, 2007 at 05:08:30PM -0800, ludo wrote:
> I see that the mod_userdir.so module loaded in conf.d/modules-32.load 
> file, but when I add a line:
> 
> UserDir public_html
> 
> in httpd.conf, restart and create a ~/public_html/index.html file,
> I get a "client denied server configuration: 
> /export/home/ludo/public_html" error
> 
This could be any one of a number of things but in this case it could
well be something like having access controls that only allow access
within the usual webscope:

<Directory />
Deny from all

<Directory /some/where>
Allow from all

> I guess I must be missing something obvious...A Google search gives me 
> 100s of entries, and I still feel the need to ask the question to this 
> alias:)
> 
This smells very much of a common user problem not really related
specifically to the webstack version. A common place to ask is #apache
on freenode or http://httpd.apache.org/lists.html#http-users

vh

Mads Toftum
-- 
http://soulfood.dk

Reply via email to