13 lines
399 B
Plaintext
13 lines
399 B
Plaintext
DirectoryIndex index.html index.htm index.php
|
|
Alias "/ping" "/var/www/html"
|
|
|
|
<IfModule mpm_event_module>
|
|
StartServers 10
|
|
MinSpareThreads 25
|
|
MaxSpareThreads 75
|
|
ThreadLimit 64
|
|
ThreadsPerChild 25
|
|
MaxRequestWorkers 800
|
|
ServerLimit 32
|
|
MaxConnectionsPerChild 1500
|
|
</IfModule> |