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

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