Antwort: Re: [Mod_gzip] solution for 'SSL <-> mod_gzip proxy error - can't stat cgi file' problem?

Nicola Fankhauser mod_gzip@lists.over.net
06 Jan 2003 15:50:43 +0100


On Mon, 2003-01-06 at 12:39, Michael.Schroepl@telekurs.de wrote:
> > <Location /cgi-bin>
> > AllowOverride None
> > Options +ExecCGI -Includes
> > SetHandler cgi-script
> > </Location>
> 
> is there any reason why you do the /cgi-bin configuration
> in such a complex way, instead of just using "ScriptAlias"?

no there is not. 

but it is not the point (SetHandler cgi-script means use "mod_cgi" and
ScriptAlias does implicitely mean "use mod_cgi", so AFAIK there is no
real difference between the two). 

mod_proxy is just confused if there are locations in its scope which are
defined as scripts, and does not correctly pass those requests to
mod_cgi (as it should I guess).

regards
nicola