Index: third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.2.conf |
diff --git a/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.2.conf b/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.2.conf |
index 0383c489cea0a184e2ad7765cd7eea12dcc1f869..4865aa0c211e203bb65159b083f57f3e89a9558a 100644 |
--- a/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.2.conf |
+++ b/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.2.conf |
@@ -1,4 +1,4 @@ |
-ServerTokens OS |
+ServerTokens Prod |
ServerRoot "/etc/httpd" |
LockFile "/tmp/WebKit/httpd.lock" |
@@ -7,8 +7,8 @@ ScoreBoardFile "/tmp/WebKit/httpd.scoreboard" |
Timeout 300 |
KeepAlive On |
-MaxKeepAliveRequests 100 |
-KeepAliveTimeout 15 |
+MaxKeepAliveRequests 999 |
+KeepAliveTimeout 999 |
MinSpareServers 1 |
MaxSpareServers 5 |