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

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