• 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.

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