[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Try this when using CGI



For all those that are having their
 /home/log/httpd/error log fill up with no handler messages
from cgi-wrap.
Try this when you call a cgi program no matter what directory it is in
use /cgiwrapDir/cgiwrap/ in the URL
Example: you have a cgi program in "yourdomain.com" you need to call, named:
"my.cgi" and you have it
in a "cgi-bin" directory you created.
Try calling it like this
http://www.yourdomain.com/cgiwrapDir/cgiwrap/cgi-bin/my.cgi
You will no longer recieve error messages and the cgi program will run fine
through cgiwrap.
I have not had a problem yet and have used it on a wide variety of scripts.
The only error in your error log you may still recieve are from SSI's you
can not call SSI's using /cgiwrapDir/cgiwrap/
If someone nows of a way let me know.