From: Joe Orton Date: Thu, 26 Feb 2004 13:32:34 +0000 (+0000) Subject: * include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd alone includes X-Git-Tag: pre_ajp_proxy~624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=995a925a3f4c091ea79fbf02a5f66ef81fdc1f29;p=apache * include/httpd.h: Double DYNAMIC_MODULE_LIMIT, httpd alone includes about 60 modules already. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102777 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 0ac0020745..a9f03751ff 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -95,7 +95,7 @@ extern "C" { /* Maximum number of dynamically loaded modules */ #ifndef DYNAMIC_MODULE_LIMIT -#define DYNAMIC_MODULE_LIMIT 64 +#define DYNAMIC_MODULE_LIMIT 128 #endif /* Default administrator's address */