X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=httpd-2.0.48-corelimit.patch;fp=httpd-2.0.48-corelimit.patch;h=b9c120004c261ff73e1876c3a53c650e9ca2c75d;hb=af4f8313df3d4f53c3ae5294c8aa7f673b6b7268;hp=1496b4ba64eb2fb4bf4eaa51f46a900d95cc7cf4;hpb=d6bfc52b46405313f9cd0e009bad54b0536e91b0;p=packages%2Fapache.git 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;