]> granicus.if.org Git - apache/commitdiff
AcceptFilter has two parameters + syntax highlight
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Jun 2014 17:31:11 +0000 (17:31 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 1 Jun 2014 17:31:11 +0000 (17:31 +0000)
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
docs/manual/mod/mpm_winnt.xml

index 1be153b2f5d5410b7b63ba395b63c7a98cafaa53..508d695d3efc993d7d3c2657d04a7471dd4c2038 100644 (file)
@@ -59,9 +59,9 @@
     <code class="directive"><a href="../mod/core.html#acceptfilter">AcceptFilter</a></code> with accept filter 
     <code>none</code>.</p>
 
-    <div class="example"><p><code>
-        AcceptFilter none
-    </code></p></div>
+    <pre class="prettyprint lang-config">        AcceptFilter http none
+        AcceptFilter https none</pre>
+
     
     <p><em>In Apache httpd 2.0 and 2.2,
     <code class="directive">Win32DisableAcceptEx</code> was used for this purpose.</em></p>
index 52fbbdd95d6c679941e696efbf5d80bd1ebfd80f..d217a1345c158fd9c2be308a4aa8dc4ca599e8b1 100644 (file)
     <directive module="core">AcceptFilter</directive> with accept filter 
     <code>none</code>.</p>
 
-    <example>
-        AcceptFilter none
-    </example>
+    <highlight language="config">
+        AcceptFilter http none
+        AcceptFilter https none
+    </highlight>
     
     <p><em>In Apache httpd 2.0 and 2.2,
     <directive>Win32DisableAcceptEx</directive> was used for this purpose.</em></p>