Setting Apache2 PATH environment variable
Posted
by morbusg
on Server Fault
See other posts from Server Fault
or by morbusg
Published on 2010-06-15T09:08:37Z
Indexed on
2010/06/15
9:13 UTC
Read the original article
Hit count: 359
apache2
How can you set the PATH environment variable for Apache2? I've tried setting it in /usr/sbin/envvars and in httpd.conf with SetEnv PATH (and passing it along to SSI with PassEnv), but it just doesn't get carried along.
© Server Fault or respective owner