]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- update to 1.3.39
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 22 Oct 2007 23:05:39 +0000 (23:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-lingerd.patch -> 1.2

apache1-lingerd.patch

index 86d4b57e46bdbb9610fb1b22e98d136f0cf46a88..068102f568ca94dc3500aa432a858ea7be7e8e53 100644 (file)
@@ -14,8 +14,8 @@
 #  instead of the regular apache-1.3/aplinger.diff.
 #
 
---- main/Makefile.tmpl.org     Sat Dec  2 16:09:32 2000
-+++ main/Makefile.tmpl Sat Dec  2 16:23:34 2000
+--- apache_1.3.39/src/main/Makefile.tmpl.org   Sat Dec  2 16:09:32 2000
++++ apache_1.3.39/src/main/Makefile.tmpl       Sat Dec  2 16:23:34 2000
 @@ -5,13 +5,13 @@
  LDFLAGS=$(LDFLAGS1) $(EXTRA_LDFLAGS)
  
@@ -32,8 +32,8 @@
  
  .c.o:
        $(CC) -c $(INCLUDES) $(CFLAGS) $<
---- main/http_main.c.org       Wed Feb 28 17:55:48 2001
-+++ main/http_main.c   Wed Feb 28 18:01:04 2001
+--- apache_1.3.39/src/main/http_main.c~        2007-10-23 01:51:50.000000000 +0300
++++ apache_1.3.39/src/main/http_main.c 2007-10-23 01:52:32.306586698 +0300
 @@ -102,6 +102,8 @@
  #include "http_vhost.h"
  #include "util_script.h"      /* to force util_script.c linking */
      /* Set up to wait for readable data on socket... */
  
      FD_ZERO(&lfds);
-@@ -3876,6 +3890,8 @@
-     ap_server_pre_read_config  = ap_make_array(pcommands, 1, sizeof(char *));
-     ap_server_post_read_config = ap_make_array(pcommands, 1, sizeof(char *));
+@@ -4484,6 +4484,8 @@
      ap_server_config_defines   = ap_make_array(pcommands, 1, sizeof(char *));
-+
-+    lingerd_connect();
+     pid_table                  = ap_make_table(pglobal, HARD_SERVER_LIMIT);
  
++    lingerd_connect();
++
  #ifdef EAPI
      ap_hook_init();
+     ap_hook_configure("ap::buff::read", 
This page took 0.068276 seconds and 4 git commands to generate.