| Index: third_party/WebKit/LayoutTests/http/conf/debian-httpd-2.2.conf
|
| diff --git a/third_party/WebKit/LayoutTests/http/conf/debian-httpd-2.2.conf b/third_party/WebKit/LayoutTests/http/conf/debian-httpd-2.2.conf
|
| index 3cb09a9baa37af33a3c20cd35e55a3e032817147..133c41c7583831002a2bf7bca5ca2042d1df5ac0 100644
|
| --- a/third_party/WebKit/LayoutTests/http/conf/debian-httpd-2.2.conf
|
| +++ b/third_party/WebKit/LayoutTests/http/conf/debian-httpd-2.2.conf
|
| @@ -1,3 +1,4 @@
|
| +ServerTokens Prod
|
| ServerRoot "/usr"
|
|
|
| LockFile "/tmp/WebKit/httpd.lock"
|
| @@ -6,8 +7,8 @@ ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
|
|
|
| Timeout 300
|
| KeepAlive On
|
| -MaxKeepAliveRequests 100
|
| -KeepAliveTimeout 15
|
| +MaxKeepAliveRequests 999
|
| +KeepAliveTimeout 999
|
|
|
| MinSpareServers 1
|
| MaxSpareServers 5
|
|
|