apache: Tuning max spare servers to 10, this should speed up webinterface and updx.

This commit is contained in:
Christian Schmidt
2011-05-23 07:07:13 +02:00
parent 32c21db1c4
commit 7b9fe2c864

View File

@@ -18,8 +18,8 @@ MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 1
MaxSpareServers 2
StartServers 2
MaxSpareServers 10
StartServers 1
MaxClients 10
MaxRequestsPerChild 100