From bf46f2070b2ec8b6f9e3fe2aebf7762f9227ea18 Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sun, 1 Jun 2014 17:31:11 +0000
Subject: [PATCH] AcceptFilter has two parameters + syntax highlight See
r1397602 on trunk
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1599011 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mpm_winnt.html.en | 6 +++---
docs/manual/mod/mpm_winnt.xml | 7 ++++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/docs/manual/mod/mpm_winnt.html.en b/docs/manual/mod/mpm_winnt.html.en
index 1be153b2f5..508d695d3e 100644
--- a/docs/manual/mod/mpm_winnt.html.en
+++ b/docs/manual/mod/mpm_winnt.html.en
@@ -59,9 +59,9 @@
AcceptFilter
with accept filter
none
.
-
+ AcceptFilter http none
+ AcceptFilter https none
+
In Apache httpd 2.0 and 2.2,
Win32DisableAcceptEx
was used for this purpose.
diff --git a/docs/manual/mod/mpm_winnt.xml b/docs/manual/mod/mpm_winnt.xml
index 52fbbdd95d..d217a1345c 100644
--- a/docs/manual/mod/mpm_winnt.xml
+++ b/docs/manual/mod/mpm_winnt.xml
@@ -53,9 +53,10 @@
AcceptFilter with accept filter
none
.
-
- AcceptFilter none
-
+
+ AcceptFilter http none
+ AcceptFilter https none
+
In Apache httpd 2.0 and 2.2,
Win32DisableAcceptEx was used for this purpose.
--
2.40.0