On Tue, Nov 9, 2010 at 10:38 PM, MZMcBride z@mzmcbride.com wrote:
mzmcbride@nightshade:~$ stat /home/mazder/public_html/osm_vm File: `/home/mazder/public_html/osm_vm' -> `/mnt/user-store/mazder/osm_vm/'
From basic testing I did just now, you can't symlink from user-store to a publicly accessible directory like that. It will return the exact error you're describing. That's the cause of your problem.
The point is the rights set on osm_vm. global r-x needs to be set on the user-store directory so that webserver can read directory.
Marco