Problem with $PATH in 1.0 reviewboard installation

2010-03-04 Thread ebneter
I'm having a problem with my reviewboard installation -- it seems to be unable to find the git executable (which is in /usr/local/bin/ ). I can't figure out what user's PATH var it is using when it looks for this file. I'm using httpd + mod_python; httpd runs as the svn user (it's a long story...

Re: Problem with $PATH in 1.0 reviewboard installation

2010-03-04 Thread Christian Hammond
Hi, It's going to use the Apache user's environment. This likely doesn't include /usr/local/bin on your system. You can add this to your environment by adding a SetEnv call to your Apache configuration (see the generated config for other SetEnv calls). Christian -- Christian Hammond -