From 163fc736c07073bab3531751eccd3cf103cc7032 Mon Sep 17 00:00:00 2001 From: cjs Date: Mon, 5 Oct 1998 19:55:27 +0000 Subject: Add patch to fix serialized accept. Also submitted to the Apache Group, gnats number os-netsd/3120. --- www/apache/patches/patch-ad | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 www/apache/patches/patch-ad (limited to 'www/apache/patches') diff --git a/www/apache/patches/patch-ad b/www/apache/patches/patch-ad new file mode 100644 index 00000000000..c51bbd74788 --- /dev/null +++ b/www/apache/patches/patch-ad @@ -0,0 +1,15 @@ +$Id: patch-ad,v 1.1 1998/10/05 19:55:27 cjs Exp $ + +This patch is necessary for listening on multiple ports safely. It has +been submitted to the apache group, the gnats ID is os-netbsd/3120. + +--- src/include/ap_config.h~ Thu Sep 17 23:49:12 1998 ++++ src/include/ap_config.h Mon Oct 5 09:41:28 1998 +@@ -592,6 +592,7 @@ + #define HAVE_MMAP 1 + #define USE_MMAP_SCOREBOARD + #define USE_MMAP_FILES ++#define USE_FLOCK_SERIALIZED_ACCEPT + #endif + + #elif defined(UTS21) -- cgit v1.2.3