Bugzilla – Bug 5469
Error "gridshib-ca-demo-portal.cgi"" in logs
Last modified: 2010-01-07 19:26:11
You need to log in before you can comment on or make changes to this bug.
I'm occasionally seeing the following error in the logs. Not sure of the cause: [Thu Aug 02 11:51:29 2007] [error] [client 74.6.71.122] script not found or unable to stat: /var/www/cgi-bin/gridshib-ca-demo-portal.cgi"
This usually means a quoted string is being sanitized prior to inclusion in an HTML or XML file. The quoted string "/var/www/cgi-bin/gridshib-ca-demo-portal.cgi" is being converted to "/var/www/cgi-bin/gridshib-ca-demo-portal.cgi" and evidently that is not what you want.
So much code has changed involving this that I'm considering this bug completely out of date.