Searched defs:threaded_mpm (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ | ||
H A D | core.c | 5052 int threaded_mpm; local 5053 if (ap_mpm_query(AP_MPMQ_IS_THREADED, &threaded_mpm) == APR_SUCCESS 5054 && threaded_mpm) |
Completed in 213 milliseconds