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

13 lines
396 B
Plaintext
Raw Normal View History

2023-04-09 16:06:00 -07:00
DirectoryIndex index.html index.htm index.php
2023-04-11 13:23:14 -07:00
Alias "/ping" "/var/www/html"
<IfModule mpm_event_module>
StartServers 2
MinSpareThreads 10
MaxSpareThreads 25
2023-04-11 13:23:14 -07:00
ThreadLimit 64
ThreadsPerChild 25
MaxRequestWorkers 75
ServerLimit 3
MaxConnectionsPerChild 1000
2023-04-11 13:23:14 -07:00
</IfModule>