You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2012/10/13 20:14:42 UTC

[Httpd Wiki] Update of "AcceptExFailed" by TimBannister

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The "AcceptExFailed" page has been changed by TimBannister:
http://wiki.apache.org/httpd/AcceptExFailed?action=diff&rev1=5&rev2=6

Comment:
Win32DisableAcceptEx isn't available in 2.4

  ## page was renamed from Errors/AcceptEx
  = AcceptEx Failed =
  
- This message is unique to MS Windows, and is generally caused by faulty firewall, antivirus, or networking software that interferes with the correct operation of the Windows networking APIs.
+ This message is unique to Microsoft Windows, and is generally caused by faulty firewall, antivirus, VPN, or other networking software that interferes with the correct operation of the Windows networking APIs.
  
- You can work around this problem in Apache by using the {{{Win32DisableAcceptEx}}} directive to tell Apache to fall back to a more basic networking API.
+ In Apache httpd 2.2, you can work around this problem in Apache by using the [[http://httpd.apache.org/docs/2.2/mod/mpm_winnt.html#win32disableacceptex|Win32DisableAcceptEx]] directive to tell Apache to fall back to a more basic networking API.
  
+ In Apache httpd 2.4, use the [[http://httpd.apache.org/docs/2.4/mod/core.html#acceptfilter|AcceptFilter]] directive instead. Typically this will be:
+ 
+ `AcceptFilter http none`<<BR>>
+ `AcceptFilter https none` 
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org