[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] CGI-WRAPPER Warnings? Can I stop them?
- Subject: RE: [cobalt-users] CGI-WRAPPER Warnings? Can I stop them?
- From: "David Hall" <dhall@xxxxxxxxxxxxxx>
- Date: Wed Apr 26 08:39:43 2000
>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
I had this same problem and the only reason why is because the
SSI was calling a script that did not end in
.cgi or .pl
Make sure the call ends in a .cgi or .pl extension for cgiwrap to not create
an error
also you might try using <!--#include virtual="your.cgi" --> instead of
<!--#exec cgi="URL" --> if you are using it.
also try <!--#include virtual="cgiwrapDir/cgiwrap/your.cgi" -->
Or do what I do just live with the error message rather than re-write an
entire CGI program because of Cobalt's
inefficiencies.