You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Mario Brandt <jb...@gmail.com> on 2012/10/11 10:48:28 UTC

Re: svn commit: r1396838 - /httpd/httpd/trunk/docs/manual/mod/mpm_winnt.xml

Hi,
IMHO the example should be

AcceptFilter http none
AcceptFilter https none

instead of

AcceptFiler none

Cheers
mario

On Thu, Oct 11, 2012 at 12:35 AM,  <rb...@apache.org> 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>
> +
> +    <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
>
>