Apache: How to add to the path for a virtualhost
I need to add an additional path to my Apache configuration for PHP. Ideally, it would be Serverwide but as I'm using ServerPilot it's easier to just affect the individual VirtualHosts. The Path is currently set to PATH /opt/sp/php7.3/bin:/sbin:/usr/sbin:/bin:/usr/bin but…