Index: third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.4.conf |
diff --git a/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.4.conf b/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.4.conf |
index 9e293d07eaab2c93f86b6589a6ff622b022c3a73..7478e13e6d174adb06cc02a4d08fbb802eea47e1 100644 |
--- a/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.4.conf |
+++ b/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.4.conf |
@@ -1,11 +1,13 @@ |
+ServerTokens Prod |
Mutex file:/tmp/WebKit |
PidFile "/tmp/WebKit/httpd.pid" |
ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" |
Timeout 300 |
KeepAlive On |
-MaxKeepAliveRequests 100 |
-KeepAliveTimeout 15 |
+# Setting this value too low may change header size sometimes making flakey tests. |
+MaxKeepAliveRequests 0 |
+KeepAliveTimeout 9999 |
MaxRequestWorkers 150 |
MaxConnectionsPerChild 100000 |