X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=httpd-2.0.48-corelimit.patch;h=b9c120004c261ff73e1876c3a53c650e9ca2c75d;hp=1496b4ba64eb2fb4bf4eaa51f46a900d95cc7cf4;hb=1801affac7121bb9bb4859fc0d083a7353ea8589;hpb=03fa0e1eac0d3851c5ae1ab08a02cc3a5ee4eb69 diff --git a/httpd-2.0.48-corelimit.patch b/httpd-2.0.48-corelimit.patch index 1496b4b..b9c1200 100644 --- a/httpd-2.0.48-corelimit.patch +++ b/httpd-2.0.48-corelimit.patch @@ -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;