summaryrefslogtreecommitdiff
path: root/www/apache
diff options
context:
space:
mode:
authorcjs <cjs>1998-10-05 19:55:27 +0000
committercjs <cjs>1998-10-05 19:55:27 +0000
commit163fc736c07073bab3531751eccd3cf103cc7032 (patch)
treef8783aba540d7ef04d9fb89c8ce0cd4921d73906 /www/apache
parentd3824f4fc6a4271182c845a10018f57d38088645 (diff)
downloadpkgsrc-163fc736c07073bab3531751eccd3cf103cc7032.tar.gz
Add patch to fix serialized accept.
Also submitted to the Apache Group, gnats number os-netsd/3120.
Diffstat (limited to 'www/apache')
-rw-r--r--www/apache/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
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)