Symbolic link not allowed or link target not accessible: /var/www on Ubuntu 11.04
        Posted  
        
            by 
                Jamie Hutber
            
        on Pro Webmasters
        
        See other posts from Pro Webmasters
        
            or by Jamie Hutber
        
        
        
        Published on 2011-11-16T12:49:47Z
        Indexed on 
            2011/11/17
            2:05 UTC
        
        
        Read the original article
        Hit count: 437
        
I am getting a 403 when i access http://mayfieldafc.local/ upon looking in the apache logs i am getting
[Wed Nov 16 12:32:59 2011] [error] [client 127.0.0.1] Symbolic link not allowed or link target not accessible: /var/www
I have what i believe to be the correct permissions set on /var/www. hutber can create and delete files, hutber being my user. I can also execute as program on this folder.
in mayfields vhost its:
<Directory /var/www/mayfieldafc/docroot>
Options +FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
I am pulling my hair out not being able to work on my sites with my work ubuntu install. I know of nothing else that could be effecting this.
So any ideas?
© Pro Webmasters or respective owner