]> git.pld-linux.org Git - packages/apache.git/blobdiff - httpd-2.0.48-corelimit.patch
noarch subpackages
[packages/apache.git] / httpd-2.0.48-corelimit.patch
index b0c48776eb7f49c75b95da63da5a60d584e6bb4d..9c7c368f0f6106ec45f5e80c4b45dc28f1f2c070 100644 (file)
@@ -2,12 +2,12 @@
 Automatically raise the core file size limit if CoreDumpDirectory
 is configured.
 
---- httpd-2.3.8/server/core.c~ 2010-09-01 13:15:44.000000000 +0300
-+++ httpd-2.3.8/server/core.c  2010-09-01 13:16:25.533795195 +0300
-@@ -3646,6 +3646,25 @@
+--- httpd-2.0.48/server/core.c.corelimit
++++ httpd-2.0.48/server/core.c
+@@ -4424,6 +4424,25 @@
      set_banner(pconf);
      ap_setup_make_content_type(pconf);
+     ap_setup_auth_internal(ptemp);
 +
 +#ifdef RLIMIT_CORE
 +    if (ap_coredumpdir_configured) {
@@ -27,6 +27,7 @@ is configured.
 +    }
 +#endif
 +
-     ap_setup_auth_internal(ptemp);
      if (!sys_privileges) {
-         ap_log_error(APLOG_MARK, APLOG_CRIT, 0, NULL,
+         ap_log_error(APLOG_MARK, APLOG_CRIT, 0, NULL, APLOGNO(00136)
+                      "Server MUST relinquish startup privileges before "
+
This page took 0.038508 seconds and 4 git commands to generate.