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

Re: [cobalt-users] CGI-WRAPPER Warnings? Can I stop them?



On Thu, 23 Mar 2000, Casselman, Chad wrote:

> Can anyone tell me how to stop the cgi-wrapper warnings?  I get about 20000
> entries a day for the following warnings. This has been happening since the

This is actully due to a glitch in apache, 1.2 has it too, it's agrivated
by the way cobalt defined the handler for cgi wrap, possible workaround

1) disable cgi's in the gui for site
add the following to .htaccess at the site's top level (web/)

Action application/x-wrapped-cgi /cgiwrapDir/cgiwrap
AddType application/x-wrapped-cgi .cgi .pl

This basiclly invokes cgiwrap based on a bogus mime type instead of
a raw handler, apache is issuing the warning message because it can't 
match a mime type with the cgi-wrap handler....

DO NOT attempt to make this change to httpd.conf or srm.conf, it will
screw up all kinds of things in the GUI...


Gordon
--------

> day I bought my RAQ2 and I thought that they would release a patch to stop
> all the nonsense.  The error log now contains too much useless information
> and it would be great if I could get all the warnings out of the error log.
> Please explain to me how I can do this if it is possible or any possible
> work arounds. 
> 
> [Thu Mar 23 08:10:41 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: /home/sites/.....xxx.cgi
> [Thu Mar 23 08:10:41 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: /home/sites/.....xxx.cgi
> [Thu Mar 23 08:10:41 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: /home/sites/.....xxx.cgi
> [Thu Mar 23 08:10:41 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: /home/sites/.....xxx.cgi
> [Thu Mar 23 08:10:41 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: /home/sites/.....xxx.cgi
> [Thu Mar 23 08:10:41 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: /home/sites/.....xxx.cgi
> [Thu Mar 23 08:10:41 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: /home/sites/.....xxx.cgi
> [Thu Mar 23 08:10:41 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: /home/sites/.....xxx.cgi
> [Thu Mar 23 08:10:42 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: /home/sites/.....xxx.cgi
> [Thu Mar 23 08:10:42 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: /home/sites/.....xxx.cgi
> [Thu Mar 23 08:10:43 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: /home/sites/.....xxx.cgi
> [Thu Mar 23 08:10:44 2000] [warn] [client 24.26.100.245] handler
> "cgi-wrapper" not found for: 
> 
> Thanks for your time,
> chad
> 
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
> 
>