Index: third_party/WebKit/LayoutTests/http/conf/arch-httpd-2.4.conf |
diff --git a/third_party/WebKit/LayoutTests/http/conf/arch-httpd-2.4.conf b/third_party/WebKit/LayoutTests/http/conf/arch-httpd-2.4.conf |
index ad4676b4dbe28d139132181ee1c1e9387aeaafbe..6dbb807aa153ba13e8380cdfbbc08bb27c95c297 100644 |
--- a/third_party/WebKit/LayoutTests/http/conf/arch-httpd-2.4.conf |
+++ b/third_party/WebKit/LayoutTests/http/conf/arch-httpd-2.4.conf |
@@ -1,4 +1,4 @@ |
-ServerTokens OS |
+ServerTokens Prod |
ServerRoot "/usr/lib/httpd" |
PidFile "/tmp/WebKit/httpd.pid" |
@@ -6,8 +6,8 @@ ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" |
Timeout 300 |
KeepAlive On |
-MaxKeepAliveRequests 100 |
-KeepAliveTimeout 15 |
+MaxKeepAliveRequests 999 |
+KeepAliveTimeout 999 |
MinSpareServers 1 |
MaxSpareServers 5 |