Hi Mike, zxq9 puts it best. Also, cross link could cause lots of headache when you have to do maintenance. Assuming this is not overwhelming volume of data, my approach would be to download the data onto my local server, secure it, then make soft-link.
Another useful command regarding to your issue is: semanage boolean -l | grep httpd this command is similar to zxq9's: getsebool -a | grep httpd with a little explanation to each boolean. Prerequisite package to run command " semanage " is: yum install policycoreutils-python How did you mount the nfs directory? I am referring to the autofs/auto.master vs. one-line mount. -Tam
