Searched defs:forked (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_info.c431 int max_daemons, forked, threaded; local
479 ap_mpm_query(AP_MPMQ_IS_FORKED, &forked);
485 max_daemons, threaded ? "yes" : "no", forked ? "yes" : "no");

Completed in 13 milliseconds