• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Moving vhosts to LVM

Z

Zhite

Guest
Hi,

I'm new at this. I installed plesk 8.0.1. Great install script!
Now I would like to move the svhost directory to a other lvm.
It is mounted at /data/www

I search the forum and the knowledge base for some info and found out that I had to do this with transhosts.pl script

./transvhosts.pl --source-dir /var/www --dest-dir /data/www
Moving files to new directory...
Correct psa configuration file...
Correct passwd file...
Correct database...
websrvmsg: Service httpd failed to gracefully restart


So my httpd service doesn't start anymore

:mad:

I try to restart it by : service httpd start
starting httpd: Syntax error on line 8 of /etc/httpd/conf.d/zz010_psa_httpd.conf
DocumentRoot must be a directory

What can this be?

extra system info
HP DL380 / RHEL4
 
I got the same problem here

I try to move the vhosts to /home/httpd

and i use this command :

./transvhosts.pl --source-dir /var/www --dest-dir /home/httpd
Moving files to new directory...
Correct psa configuration file...
Correct passwd file...
Correct database...

After that, httpd not working anymore.... always got [FAILED] status....

If i use transfert back to /var/www , this is working fine.....

anyone can help us please?

Thank You
 
Appear fixed with version 8.1... it's working fine now with the same script. ;)
 
Back
Top