On Sun, May 07, 2006 at 01:30:49PM +0200, Michael Schwartzkopff wrote:
> [Sun May 07 12:45:44 2006] [error] [client 192.168.1.33] Symbolic link not 
> allowed: /srv/www/htdocs/mydir
> 
> My documentroot is /srv/www/htdocs

[ ... ]

> <Directory />
>         Options All
>         Allow from all
> </Directory>
> 
> <Directory /mydir>
>         Options All
>         Allow from all
> </Directory>

I don't see any Directory entry for /srv/www/htdocs. You probably want
one, which allows at least Option FollowSymLinks. Why don't you just
change the DocumentRoot by the way?

-- 
Riemer Palstra                                Amsterdam, The Netherlands
[EMAIL PROTECTED]                                http://www.palstra.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to