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.