I'm using PHP, and trying to run an external program... for this to work properly,
/home/username/program/bin
needs to be in the path for the executor of the program.
I've tried
SetEnv PATH /home/username/program/bin:/bin:/usr/bin:/usr/local/bin
but it doesn't take... it shows up the same as if I didn't have the SetEnv directive at all.
If I change PATH to another variable name, it works like a charm... but that obviouslly doesn't help me any. Is this a permissions thing? Any advice?
/home/username/program/bin
needs to be in the path for the executor of the program.
I've tried
SetEnv PATH /home/username/program/bin:/bin:/usr/bin:/usr/local/bin
but it doesn't take... it shows up the same as if I didn't have the SetEnv directive at all.
If I change PATH to another variable name, it works like a charm... but that obviouslly doesn't help me any. Is this a permissions thing? Any advice?