[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] CGI-WRAPPER Warnings? Can I stop them?
I tried the below and it worked for most of my sites, but I have one now
that it doesn't work for. Could it be because I have SSI parsing all pages
or do you think that it is something else?
chad
> 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...