]> git.pld-linux.org Git - packages/apache.git/blob - httpd-2.0.48-dynlimit.patch
- don't hide messages written during configuration file syntax check
[packages/apache.git] / httpd-2.0.48-dynlimit.patch
1
2 Increas the dynamic module limit: a full OS install now
3 includes 57 DSOs alone.
4
5 --- httpd-2.0.48/include/httpd.h.dynlimit
6 +++ httpd-2.0.48/include/httpd.h
7 @@ -138,7 +138,7 @@
8  
9  /* Maximum number of dynamically loaded modules */
10  #ifndef DYNAMIC_MODULE_LIMIT
11 -#define DYNAMIC_MODULE_LIMIT 64
12 +#define DYNAMIC_MODULE_LIMIT 128
13  #endif
14  
15  /* Default administrator's address */
This page took 0.036011 seconds and 3 git commands to generate.