Index: third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.4.conf |
diff --git a/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.4.conf b/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.4.conf |
index 020b2e48fdd0ff6cd1f6fb87ba8c350f05a26bb1..edffbf24155901a4994d31e618d3cd1f4e27e920 100644 |
--- a/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.4.conf |
+++ b/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.4.conf |
@@ -1,4 +1,4 @@ |
-ServerTokens OS |
+ServerTokens Prod |
ServerRoot "/etc/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 |