durusmail: quixote-users: SCGI Questions and small patch
SCGI Questions and small patch
2004-07-27
ThomasGüttler (3 parts)
2004-07-27
SCGI Questions and small patch (Solved)
2004-07-27
SCGI Questions and small patch
David Binger
2004-07-27
On Jul 27, 2004, at 6:00 AM, Thomas Güttler wrote:

> How does the SCGI Server handle multiple request (select, preforking,
> threads, ...)

There is a dispatcher process that hands connections over to a limited
number of
worker processes.

> I tried to use mod_scgi on apach2, but the location directive was
> ignored, but maybe something wrong in my setup. Is someone
> using it on apache2?
>

I've recently used mod_scgi with apache2 on OS X.
The SCGI Apache directive format is different (unfortunately) between
apache1 and apache2 versions of mod_scgi.  Did you notice that?
One expects 
and the other expects :.
If you are using a named virtual server, it can also be tricky to
get that combination of apache directives right.

> Is there a CVS/SVN repository? I could not find it on the homepage.

We don't have  public repository.


reply