]> git.pld-linux.org Git - packages/apache.git/blame - httpd-2.0.48-dynlimit.patch
- new spec syntax is so cool
[packages/apache.git] / httpd-2.0.48-dynlimit.patch
CommitLineData
0e467b1f
AM
1
2Increas the dynamic module limit: a full OS install now
3includes 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.115488 seconds and 4 git commands to generate.