Typo Alarm:
On 11.10.2012 00:35, [email protected] wrote:
Author: rbowen
Date: Wed Oct 10 22:35:19 2012
New Revision: 1396838
URL: http://svn.apache.org/viewvc?rev=1396838&view=rev
Log:
Adds example
Modified:
httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml
Modified: httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml
URL:
http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml?rev=1396838&r1=1396837&r2=1396838&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml Wed Oct 10 22:35:19 2012
@@ -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>
AcceptFil*t*er
Regards,
Rainer