12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
# /etc/httpd/conf.d/mpm.conf
|
|
<IfModule mpm_event_module>
|
|
ServerLimit 16
|
|
ThreadLimit 64
|
|
ThreadsPerChild 32
|
|
MaxRequestWorkers 256
|
|
StartServers 2
|
|
MinSpareThreads 32
|
|
MaxSpareThreads 128
|
|
#MaxConnectionsPerChild 2000
|
|
</IfModule>
|