]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - httpd-2.0.48-corelimit.patch
- mod_authn/z_core provide mod_authn/z_default to smooth upgrade
[packages/apache.git] / httpd-2.0.48-corelimit.patch
index 1496b4ba64eb2fb4bf4eaa51f46a900d95cc7cf4..b9c120004c261ff73e1876c3a53c650e9ca2c75d 100644 (file)
@@ -2,13 +2,12 @@
 Automatically raise the core file size limit if CoreDumpDirectory
 is configured.
 
---- httpd-2.0.48/server/core.c.corelimit
-+++ httpd-2.0.48/server/core.c
-@@ -4233,6 +4233,25 @@
-     ap_set_version(pconf);
-     ap_setup_make_content_type(pconf);
-+
+--- httpd-2.4.1/server/core.c.orig     2012-02-22 00:09:24.000000000 +0100
++++ httpd-2.4.1/server/core.c  2012-02-22 00:15:07.329200901 +0100
+@@ -4433,6 +4433,24 @@
+     }
+     apr_pool_cleanup_register(pconf, NULL, ap_mpm_end_gen_helper,
+                               apr_pool_cleanup_null);
 +#ifdef RLIMIT_CORE
 +    if (ap_coredumpdir_configured) {
 +        struct rlimit lim;