• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Virtual hosts home

M

MicroSun

Guest
Hello,

first of all I'm new in using Plesk. Now I have a FreeBSD server with Plesk 7.5 installed on it.

My problem is the following:
The server has a 50GB /home partition and a 15GB /usr partition and as I see Plesk put all files for a domain in the /usr/local/psa/home/vhosts/. So it means for mee that I can only use the 15GB space and not the 50GB /home partition. Is it right?

How can I use the /home partition to store vhosts files?

Thanks!
 
Try this:

1) stop plesk
2) edit /etc/psa/psa.conf
Find string:

HTTPD_VHOSTS_D /usr/local/psa/home/vhosts

Change it to something like this:

HTTPD_VHOSTS_D /home/vhosts

3) VERY CAREFULY copy directory from old location to a new location. Very carefully because you need to keep files modes and ownerships.

4) start plesk and check if it works.
 
Back
Top