Help me- Apache cannot access mounted folder
I use CentOS4.2 with Apache. For the future purpose, I create one Partition for storing data, I mounted it with one folder in (/) . but HTTPD cannot access (read/write) in this mounted folder.
Please, please help me
5 Replies
-James
example from my /etc/fstab file
/mnt/data/home /home none rw,bind 0 0
/mnt/data/www /var/www none rw,bind 0 0
/mnt/data/mysql /var/lib/mysql none rw,bind 0 0
because your box gets owned because you turned SELinux off.
Go learn about SELinux and turn it back on.
BTW, the CentOS box you're talking about isn't a linode, is it?