|
httpd : mounted iso causes 403
I'll try and keep this simple, basically I mount a .iso image to a directory within my root directory as defined in httpd.conf. Using the command
mount -o ro,loop cdimage.iso directory
However before this mount the directory is accessable (tho empty) but after it I become unable to access the directory anymore with a 403 - permission denied. I am mainly interested in this as an easy way to host CD images for creating Xen VMs. Anybody got any idea why the permissions on the directory change after the mount and how to stop it occuring?
P.S. opps, posted this in the wrong section, could a moderator be nice and move this for me :X.
Last edited by r3sistance; 08-21-2008 at 10:44 PM.
Reason: P.S.
|