]> granicus.if.org Git - apache/commitdiff
Add example
authorRich Bowen <rbowen@apache.org>
Wed, 10 Oct 2012 22:35:50 +0000 (22:35 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 10 Oct 2012 22:35:50 +0000 (22:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1396839 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_winnt.xml

index 5d8c2d265b51a809831e61a0dbb64d2c0c743d3f..e830a55ac3e1e1975d7ae744e6bbaab91064d715 100644 (file)
@@ -52,7 +52,13 @@ NT.</description>
     <p>The MPM falls back to a safer implementation, but some client requests
     were not processed correctly.  In order to avoid this error, use
     <directive module="core">AcceptFilter</directive> with accept filter 
-    <code>none</code>.  <em>In Apache httpd 2.0 and 2.2,
+    <code>none</code>.</p>
+
+    <example>
+        AcceptFiler none
+    </example>
+    
+    <p><em>In Apache httpd 2.0 and 2.2,
     <directive>Win32DisableAcceptEx</directive> was used for this purpose.</em></p>
 
     <p>The WinNT MPM differs from the Unix MPMs such as worker and event