Dave,

> Adam W wrote:
> 
> > What could be causing this?
> > 
> > 
> 
> i dunno about apache 1 vs 2, but don't you need a UserDir enabled
> username directive?
> and maybe UserDir ~/share/html would be a bit more sensible...
> 

Sorry, missed out those details.

Apache 2. Mandrake 9.2 default config.

After further investigation, it appears the default config already has
UserDir applied.

Here is what it has:
...

UserDir public_html

...

<Directory /home/*/public_html>
    AllowOverride All
    Options MultiViews -Indexes Includes FollowSymLinks
    <IfModule mod_access.c>
      Order allow,deny
      Allow from all
    </IfModule>
</Directory>

<Directory /home/*/public_html/cgi-bin>
    Options +ExecCGI -Includes -Indexes
    SetHandler cgi-script
    <IfModule mod_access.c>
      Order allow,deny
      Allow from all
    </IfModule>
</Directory>

...

After creating my public_html file in /home/adamw,

Still getting:

[Wed Apr 07 19:16:46 2004] [error] [client 192.168.1.101] (13)Permission
denied: access to /~adamw denied


Cheers,

Adam.


-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to