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

RE: [cobalt-developers] RAQ4 cgi problem



GlobalNET Media wrote:


> I realize this is a ScriptAlias fix, but I don't know what file to change.
> Will this
> ScriptAlias fix be for the virtual, or for the whole server?
Script Alias will be for the whole server unless defined separately in
each VirtualHost declarations.

> Will the
> AddHandlers
> need to be removed?
No.


> What is the correct file path? Assuming the cgi-bin
> is placed in the web directory, would it be /web/cgi-bin/ ?
I guess so

> I realize this is kind of a dumb question, but I can't have the cgi
scripts
> on all the other
> sites go down if I have the wrong path.
Another fix would be
<FilesMatch /cgi-bin/>
	SetHandler cgi-script
</FilesMatch>

This works with the recent versions of Apaches, What version do you
have?

Regards.

--
Atif Ghaffar
Internet Development Manager
4unet AG/SA

Version is Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4
Assuming this is recent enough, where do I put this?