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-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to