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

/httpd/modules/arch/unix/
H A Dmod_privileges.c222 * esp. if we enable mod_privileges with threaded MPMs?
392 /* refuse to work if the MPM is threaded */
393 int threaded; local
394 int rv = ap_mpm_query(AP_MPMQ_IS_THREADED, &threaded);
398 " Please ensure you are using a non-threaded MPM "
401 if (threaded) {
403 "mod_privileges is not compatible with a threaded MPM.");
/httpd/modules/generators/
H A Dmod_info.c431 int max_daemons, forked, threaded; local
478 ap_mpm_query(AP_MPMQ_IS_THREADED, &threaded);
485 max_daemons, threaded ? "yes" : "no", forked ? "yes" : "no");

Completed in 2335 milliseconds