diff --git a/apache2-server-tuning.conf b/apache2-server-tuning.conf index 9d74cde..2eda2d3 100644 --- a/apache2-server-tuning.conf +++ b/apache2-server-tuning.conf @@ -54,23 +54,6 @@ MaxRequestsPerChild 10000 -# leader MPM - - # initial number of server processes to start - StartServers 2 - # minimum number of worker threads which are kept spare - MinSpareThreads 25 - # maximum number of worker threads which are kept spare - MaxSpareThreads 75 - # maximum number of simultaneous client connections (formerly MaxClients) - MaxRequestWorkers 150 - # constant number of worker threads in each server process - ThreadsPerChild 25 - # maximum number of requests a server process serves - MaxRequestsPerChild 10000 - - - # # KeepAlive: Whether or not to allow persistent connections (more than # one request per connection). Set to "Off" to deactivate.