forked from pool/apache2
This commit is contained in:
parent
fdc17b9ba7
commit
e9058e73a1
@ -54,23 +54,6 @@
|
|||||||
MaxRequestsPerChild 10000
|
MaxRequestsPerChild 10000
|
||||||
</IfModule>
|
</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
|
# KeepAlive: Whether or not to allow persistent connections (more than
|
||||||
# one request per connection). Set to "Off" to deactivate.
|
# one request per connection). Set to "Off" to deactivate.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user