Index: third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.2.conf |
diff --git a/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.2.conf b/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.2.conf |
index 9a95992d10762b6957f69b27891ba3ddeebcdf72..29801e31302b7bb9b71928921902de8bb3caa511 100644 |
--- a/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.2.conf |
+++ b/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.2.conf |
@@ -1,10 +1,12 @@ |
+ServerTokens Prod |
LockFile "/tmp/WebKit/httpd.lock" |
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 |
MaxClients 150 |
MaxRequestsPerChild 100000 |