This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 7b9fe2c864b4451e5d6275166ddfa8d4c456fcaf (commit) from 32c21db1c43be6d2d569cc8d1f92efabdf8885da (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 7b9fe2c864b4451e5d6275166ddfa8d4c456fcaf Author: Christian Schmidt maniacikarus@ipfire.org Date: Mon May 23 07:07:13 2011 +0200
apache: Tuning max spare servers to 10, this should speed up webinterface and updx.
-----------------------------------------------------------------------
Summary of changes: config/httpd/server-tuning.conf | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/httpd/server-tuning.conf b/config/httpd/server-tuning.conf index 9cb7662..183ce80 100644 --- a/config/httpd/server-tuning.conf +++ b/config/httpd/server-tuning.conf @@ -18,8 +18,8 @@ MaxKeepAliveRequests 100 KeepAliveTimeout 15
MinSpareServers 1 -MaxSpareServers 2 -StartServers 2 +MaxSpareServers 10 +StartServers 1 MaxClients 10 MaxRequestsPerChild 100
hooks/post-receive -- IPFire 2.x development tree