| Index: LayoutTests/http/conf/apache2-httpd.conf
|
| diff --git a/LayoutTests/http/conf/apache2-httpd.conf b/LayoutTests/http/conf/apache2-httpd.conf
|
| index 28fddf749d80f1aa72b04afd3ec5157e3c916e49..3372eb077e173c27c4b7b7aa151c23833cde9ff9 100644
|
| --- a/LayoutTests/http/conf/apache2-httpd.conf
|
| +++ b/LayoutTests/http/conf/apache2-httpd.conf
|
| @@ -1,7 +1,4 @@
|
| -ServerRoot "/usr"
|
| -
|
| LockFile "/tmp/WebKit/httpd.lock"
|
| -PidFile "/tmp/WebKit/httpd.pid"
|
| ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
|
|
|
| Timeout 300
|
| @@ -9,9 +6,6 @@ KeepAlive On
|
| MaxKeepAliveRequests 100
|
| KeepAliveTimeout 15
|
|
|
| -MinSpareServers 1
|
| -MaxSpareServers 5
|
| -StartServers 1
|
| MaxClients 150
|
| MaxRequestsPerChild 100000
|
|
|
|
|