plesk_installation_directory ??

D

davecates

Guest
hi,
this is going to sound really silly but...where is plesk installed on a fedora 6 base OS?
I'm trying to setup a scheduled task to back up the entire server but can't work out where plesk has installed itself.
thanks.
 
Run this command:

Code:
grep PRODUCT_ROOT_D /etc/psa/psa.conf | cut -d\  -f 2

On Fedora it's probably /usr/local/psa, but I believe the above command should give you the right location on any Plesk installation.

You can also just open /etc/psa/psa.conf and look up the path you're looking for.
 
Back
Top