[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: Gordon <root@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed Apr 26 08:46:02 2000
On Tue, 25 Apr 2000, Casselman, Chad wrote:
> 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
There are a few things this won't fix, cgi's invoked by ScriptAlias won't
get a mime type necessarily, so you might get the error message again,
also .htaccess files in directories below web/ can override the types in
the one above ...
I never did test if this fixed cgi's executed via <!--include virtual=...
and exec cgi=
so perhaps SSI is aggrivating it....
(Part of the problem with ScriptAlias is you don't need a .cgi extension,
using one anyway helps a bit)
ps: this was a quick fix, i wish cobalt would redo this a bit, integrating
it with the raq's config would be nicer...(especially as i have seen a few
folks disabling the wrapper entirely, and that's not good either)
gsh