Skip to main content

Mount additional disk to user public_html?

Comments

4 comments

  • dalem
    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
  • cPanelLauren
    Hi @Alejandro077 I'll second @dalem can you show us the output of cat /proc/mounts
    and cat /etc/fstab
    as well
    0
  • Alejandro077
    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
  • cPanelLauren
    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.