• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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