Searched refs:catch_workers_output (Results 1 – 6 of 6) sorted by relevance
208 if (0 == child->wp->config->catch_workers_output) { /* not required */238 if (0 == child->wp->config->catch_workers_output) { /* not required */259 if (0 == child->wp->config->catch_workers_output) { /* not required */274 if (child->wp->config->catch_workers_output) {
86 int catch_workers_output; member
326 if (wp->config->catch_workers_output && wp->config->pm_max_children > 0) { in fpm_event_init_main()
154 { "catch_workers_output", &fpm_conf_set_boolean, WPO(catch_workers_output) },1645 …zlog(ZLOG_NOTICE, "\tcatch_workers_output = %s", BOOL2STR(wp->config->catch_workers_output)); in fpm_conf_dump()
23 catch_workers_output = yes
368 ;catch_workers_output = yes
Completed in 20 milliseconds