Plesk for Linux
kb: technical
ABT: Group B
Applicable to:
- Plesk for Linux
Symptoms
The plesk repair
utility displays the following message:
CONFIG_TEXT: ERR [util_exec] proc_close() failed ['/usr/local/psa/admin/bin/vhostmng-content'] with exit code [1]
vhostmng-content failed: Cannot open directory for reading /var/www/vhosts/example.com/httpdocs/.: No such file or directory
Fatal error: std::runtime_error(Failed to chroot to /var/www/vhosts/example.com/httpdocs: No such file or directory)
Cause
The /httpdocs
folder does not exist in the /var/www/vhosts/example.com
directory.
Resolution
Create the missing /httpdocs
folder:
Via Plesk UI
- Login to Plesk.
- Go to Domains > example.com > File Manager.
- Use the Create folder button to create the
httpdocs
folder.
Via CLI
-
Run the following command:
# mkdir /var/www/vhosts/example.com/httpdocs
Comments
0 comments
Please sign in to leave a comment.