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

/httpd/server/
H A Dconfig.c217 static int max_modules = 0; variable
220 * of dynamic modules, we must be liberal and set this to max_modules. After
222 * restart, reset to max_modules.
770 max_modules = total_modules + DYNAMIC_MODULE_LIMIT + 1;
771 conf_vector_length = max_modules;
2362 conf_vector_length = max_modules;
2374 * If max_modules is too small, ap_add_module() will abort.
2376 if (total_modules + reserved_module_slots < max_modules) {

Completed in 28 milliseconds