]> git.pld-linux.org Git - packages/apache.git/blobdiff - httpd-2.0.48-corelimit.patch
- rel 6, reverted back suexec_fcgi.patch
[packages/apache.git] / httpd-2.0.48-corelimit.patch
index b0c48776eb7f49c75b95da63da5a60d584e6bb4d..1496b4ba64eb2fb4bf4eaa51f46a900d95cc7cf4 100644 (file)
@@ -2,11 +2,11 @@
 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
+@@ -4233,6 +4233,25 @@
  
-     set_banner(pconf);
+     ap_set_version(pconf);
      ap_setup_make_content_type(pconf);
 +
 +#ifdef RLIMIT_CORE
@@ -27,6 +27,6 @@ is configured.
 +    }
 +#endif
 +
-     ap_setup_auth_internal(ptemp);
-     if (!sys_privileges) {
-         ap_log_error(APLOG_MARK, APLOG_CRIT, 0, NULL,
+     return OK;
+ }
This page took 0.025976 seconds and 4 git commands to generate.