concurrency=1 actaully means new protocol with a single channel...
not what the old helpers expect..
n_max(0),
n_startup(1),
n_idle(1),
- concurrency(1),
+ concurrency(0),
n_running(0),
n_active(0)
{}
/**
* How many concurrent requests each child helper may be capable of handling.
- * Default: 1 - no concurrency possible.
+ * Default: 0 - no concurrency possible.
*/
unsigned int concurrency;
NAME: url_rewrite_children redirect_children
TYPE: HelperChildConfig
-DEFAULT: 20 startup=0 idle=1 concurrency=1
+DEFAULT: 20 startup=0 idle=1 concurrency=0
LOC: Config.redirectChildren
DOC_START
The maximum number of redirector processes to spawn. If you limit