How do I add paths to the Apache PATH variable?

后端 未结 4 1079
既然无缘
既然无缘 2020-11-30 11:46

I\'ve set in my custom.conf file in apache2 this:

SetEnv PATH $PATH:/opt/local/lib/mysql5/bin:/this-is-a-test

However it\'s not working. Wh

4条回答
  •  一向
    一向 (楼主)
    2020-11-30 12:17

    This question is old, but in case it helps others, if you are using Windows with mod_fcgid check if you have the FcgidInitialEnv set in your httpd.conf, and remove it to adopt the System PATH.

提交回复
热议问题