Mount additional disk to user public_html?
Hi, I have mounted aditional disk to /home/user/public_html using centos6 and cloudlinux
its working ok by ssh console but when I acces by web browser I cant see the content of the mounted partition, I just see the content of the main disk as it doesnt have the nw mount point
Someone knows about this?
-
do you mean you mounted as sba? /home/user/public_html "just see the content of the main disk" should be nothing if its not mounted assuming you moved the data. check the permissions of /home/user/public_html should be 750 ls -l user nobody /home/user/public_html 0 -
Hi @Alejandro077 I'll second @dalem can you show us the output of cat /proc/mounts
andcat /etc/fstab
as well0 -
Thanks!! problem solved. From cloudlinux told this: I see that mod_suexec is not installed but the ruid2_module installed instead In most cases, the CGI/PHP process will be placed into LVE with the ID of the user that sites belongs to. Mod_hostinglimits detects the user from SuexecUserGroup (suexec module), or SuPHP_UserGroup (from mod_suphp) Could you please install suexec module, please So I run this comands and ok: yum remove ea-apache24-mod_ruid2-0.9.8-15.el6.cloudlinux.x86_64 yum install ea-apache24-mod_suexec.x86_64 thanks a lot 0 -
Hi @Alejandro077 I'm really happy you were able to resolve your issue with the assistance of CloudLinux Thanks for letting us know the solution as well! 0
Please sign in to leave a comment.
Comments
4 comments