I believe it is a permission issue, but I'm unable to access my media files For example http://www1.vuka.com/media/js/jquery-1.6.1.min.js generates You don't have permission to access /media/js/jquery-1.6.1.min.js on this server. This should be served up by my static server. getfacl seems to match my other server directory&file permissions. So ..... What should I check next? asked 15 Aug '12, 01:12 Paul Egges |
The issue was a missing execute permission for the 'other' group on the main application, since your media application is a symbolic link. I added this permission and it now works. answered 15 Aug '12, 02:28 johns |