• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

adding binary directory to apache user environment variables

runtim23

Basic Pleskian
Hi,

I just installed some software in /usr/local/bin using make. I have a site running php as an apache module and the exec function cannot find my software. I understand the user should be running as apache and when I execute "echo $PATH" in the php script the /usr/local/bin directory has not been included. I don't see anywhere to add this in the panel and I can't find any profile files. Any help would be appreciated to add my directory to the env variable for user apache. Thanks.
 
If anyone is curious, I was not able to get this to work and just copied my program into the included directory.
 
Back
Top