You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/06/01 19:33:18 UTC

svn commit: r1599013 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mpm_winnt.html.en mpm_winnt.xml

Author: jailletc36
Date: Sun Jun  1 17:33:17 2014
New Revision: 1599013

URL: http://svn.apache.org/r1599013
Log:
Fix layout in previous commit

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.en?rev=1599013&r1=1599012&r2=1599013&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.html.en Sun Jun  1 17:33:17 2014
@@ -59,8 +59,8 @@
     <code class="directive"><a href="../mod/core.html#acceptfilter">AcceptFilter</a></code> with accept filter 
     <code>none</code>.</p>
 
-    <pre class="prettyprint lang-config">        AcceptFilter http none
-        AcceptFilter https none</pre>
+    <pre class="prettyprint lang-config">AcceptFilter http none
+AcceptFilter https none</pre>
 
     
     <p><em>In Apache httpd 2.0 and 2.2,

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml?rev=1599013&r1=1599012&r2=1599013&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mpm_winnt.xml Sun Jun  1 17:33:17 2014
@@ -54,8 +54,8 @@
     <code>none</code>.</p>
 
     <highlight language="config">
-        AcceptFilter http none
-        AcceptFilter https none
+AcceptFilter http none
+AcceptFilter https none
     </highlight>
     
     <p><em>In Apache httpd 2.0 and 2.2,