From: Christophe Jaillet Date: Sun, 1 Jun 2014 17:31:11 +0000 (+0000) Subject: AcceptFilter has two parameters + syntax highlight X-Git-Tag: 2.4.10~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf46f2070b2ec8b6f9e3fe2aebf7762f9227ea18;p=apache 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 --- 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 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.