cloud-apache-container/configs/default-index.conf
jknapp 88f462eb04
All checks were successful
Cloud Apache Container / Build-and-Push (push) Successful in 1m1s
Updated the README.md
Added a healthcheck to the container
adjusted Apache limits for memory consumption
switch to microdnf for improved memory usage
2025-07-16 05:56:33 -07:00

13 lines
398 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 150
ServerLimit 16
MaxConnectionsPerChild 500
</IfModule>