Thanks for the idea, unfortunately it does not work. I changed the
section in my commonapache2.conf:
... snip
<Directory /home/*/public_html>
AllowOverride All
Options Indexes SymLinksIfOwnerMatch IncludesNoExec
#Options MultiViews -Indexes Includes FollowSymLinks
<IfModule mod_access.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>
snip ...
Still I don't have the permission...
I don't have any experience with the virtual server thing. Will give it
a try. Thanks
Michael
>
> > I am trying to install for local users their $HOME/public_html directory
> > to be accessible under apache 2 pointing the browser to
> > http://localhost/~username
> >
> > I get from the browser:
> >
> > Forbidden
> > You don't have permission to access /~michael/cv/index.html on this
> > server.
>
> I would have liked to test the following before posting, but I managed to break
> my libphp4 and am currently rebuilding php - so no testing currently :\
>
> Insert the following in /etc/apache2/commonapache2.conf:
>
> <Directory /home/*/public_html>
> AllowOverride File AuthConfig Limit
> Options Indexes SymLinksIfOwnerMatch IncludesNoExec
> <IfModule mod_access.c>
> Order allow,deny
> Allow from all
>
> </IfModule>
> </Directory>
>
> I hope that works, but it should.
--
[EMAIL PROTECTED] mailing list