From 77b2e2d219b5f2f9fa1808a08bf3caf76dbb3727 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 1 Jun 2014 17:35:15 +0000 Subject: [PATCH] Syntax highlight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599015 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_winnt.html.en | 7 +++---- docs/manual/mod/mpm_winnt.xml | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/mpm_winnt.html.en b/docs/manual/mod/mpm_winnt.html.en index 30e24feacf..ec325470ab 100644 --- a/docs/manual/mod/mpm_winnt.html.en +++ b/docs/manual/mod/mpm_winnt.html.en @@ -58,10 +58,9 @@ AcceptFilter with accept filter none.

-

- AcceptFilter http none - AcceptFilter https 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 6ce53f4996..ae87a46db3 100644 --- a/docs/manual/mod/mpm_winnt.xml +++ b/docs/manual/mod/mpm_winnt.xml @@ -53,10 +53,10 @@ AcceptFilter with accept filter none.

- - AcceptFilter http none - AcceptFilter https none - + +AcceptFilter http none +AcceptFilter https none +

In Apache httpd 2.0 and 2.2, Win32DisableAcceptEx was used for this purpose.

-- 2.50.1