[cgiwrap-users] Anyone running OTRS
Brought to you by:
nneul
From: Tuc at T-B-O-H.N. <ml...@t-...> - 2007-11-04 17:55:23
|
Hi, I'm having an issue. If I run OTRS w/o CGIWRAP, there aren't any problems. As soon as I do, *1* function of it stops running. I first wondered if anyone ran OTRS under CGIWRAP. I immediately thought maybe there was an environment issue. A diff between printenv.pl without CGIWRAP and with came up with : himinbjorg# diff ENV.cgiwrap ENV.nocgiwrap | more 1,2d0 < CGIWRAP_AUTH_VHOST="otrs.example.com" < CGIWRAP_REQUIRE_USER="otrscgi" 15d12 < PATH_TRANSLATED="/opt/otrs/var/httpd/htdocs/otrscgi/otrs/printenv.pl" 17,20d13 < REDIRECT_QUERY_STRING="FRED=LUCY" < REDIRECT_STATUS="200" < REDIRECT_UNIQUE_ID="34WXYtAt9@wAAEpoJngAAAAB" < REDIRECT_URL="/otrs/printenv.pl" 22c15 < REMOTE_PORT="50637" --- > REMOTE_PORT="61968" 25c18 < SCRIPT_FILENAME="/opt/otrs/bin//otrs/printenv.pl" --- > SCRIPT_FILENAME="/opt/otrs/bin/otrs/printenv.pl" 34,35c27 < UNIQUE_ID="34WXYtAt9@wAAEpoJngAAAAB" < --- > UNIQUE_ID="2sCTYtAt9@wAAEiwH-UAAAAB" I did grep's through the code to see if any of those environment variables were used, and I don't see it... The code is REALLY involved, so debugging has been insane. If anyone knows of anything else I might want to check out that could be differences I'd appreciate. Thanks, Tuc |