• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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