Index: src/mod_scgi.c =================================================================== --- src/mod_scgi.c (revision 1229) +++ src/mod_scgi.c (working copy) @@ -1049,6 +1049,9 @@ /* a local socket + self spawning */ size_t pno; + /* HACK: just to make sure the adaptive spawing is disabled */ + df->min_procs = df->max_procs; + if (df->min_procs > df->max_procs) df->max_procs = df->min_procs; if (df->max_load_per_proc < 1) df->max_load_per_proc = 0;