Index: third_party/WebKit/LayoutTests/http/conf/debian-httpd-2.4.conf |
diff --git a/third_party/WebKit/LayoutTests/http/conf/debian-httpd-2.4.conf b/third_party/WebKit/LayoutTests/http/conf/debian-httpd-2.4.conf |
index 22a9b46505d42a200296929f8c229924dab62dbc..df831359b3b06ec2752385c362dc7325dc4d4486 100644 |
--- a/third_party/WebKit/LayoutTests/http/conf/debian-httpd-2.4.conf |
+++ b/third_party/WebKit/LayoutTests/http/conf/debian-httpd-2.4.conf |
@@ -1,4 +1,4 @@ |
-ServerTokens OS |
+ServerTokens Prod |
ServerRoot "/usr/lib/apache2" |
PidFile "/tmp/WebKit/httpd.pid" |
@@ -6,8 +6,9 @@ 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 9999 |
+KeepAliveTimeout 999 |
MinSpareServers 1 |
MaxSpareServers 5 |