• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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