Disable AcceptEx on Win32 Apache

Some layout tests time out since the switch to apache server, with
AcceptEx failures logged on error log. This may fix the issue.

BUG=30536, 431172

Review URL: https://codereview.chromium.org/695193006

git-svn-id: svn://svn.chromium.org/blink/trunk@185174 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 64eba27b
...@@ -2,6 +2,7 @@ Timeout 300 ...@@ -2,6 +2,7 @@ Timeout 300
KeepAlive On KeepAlive On
MaxKeepAliveRequests 100 MaxKeepAliveRequests 100
KeepAliveTimeout 15 KeepAliveTimeout 15
Win32DisableAcceptEx
LoadModule alias_module modules/mod_alias.so LoadModule alias_module modules/mod_alias.so
LoadModule asis_module modules/mod_asis.so LoadModule asis_module modules/mod_asis.so
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment