• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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