[cgiwrap-users] Error "Cannot change to user's CGI directory via chdir()!"
Brought to you by:
nneul
From: Simo S. <sim...@ik...> - 2002-10-03 08:51:50
|
I'm trying to run ViewCVS(viewcvs.sf.net) under cgiwrap, but I'm having problems with trailing backslash in cgi-script filename. This is how it goes wrong: 1. I point my browser to "www.foo.com/cgi-bin/run/~user/viewcvs.cgi" 2. cgiwrap executes it OK, but viewcvs detects its missing trailing backslash, so it sends redirect to "www.foo.com/cgi-bin/run/~user/viewcvs.cgi/" 3. At this point, if this is ran under suEXEC, the script is ran OK and the trailing backslash goes to PATH_INFO. But, the cgiwrap tries to change to viewcvs.cgi directory, which results "Cannot change to user's CGI directory via chdir()!" error message. -- simo <dot> salminen <at> iki <dot> fi |