cloud-apache-container/configs/default-index.conf

13 lines
399 B
Plaintext
Raw Normal View History

2023-04-09 23:06:00 +00:00
DirectoryIndex index.html index.htm index.php
2023-04-11 20:23:14 +00:00
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>