SHA256
1
0
forked from pool/apache2
Petr Gajdos 2017-06-02 09:27:56 +00:00 committed by Git OBS Bridge
parent fdc17b9ba7
commit e9058e73a1

View File

@ -54,23 +54,6 @@
MaxRequestsPerChild 10000
</IfModule>
# leader MPM
<IfModule leader.c>
# 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
</IfModule>
#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.