Updated the README.md
All checks were successful
Cloud Apache Container / Build-and-Push (push) Successful in 1m1s

Added a healthcheck to the container
adjusted Apache limits for memory consumption
switch to microdnf for improved memory usage
This commit is contained in:
2025-07-16 05:56:33 -07:00
parent e7b0bce666
commit 88f462eb04
10 changed files with 112 additions and 62 deletions

View File

@@ -7,7 +7,7 @@ Alias "/ping" "/var/www/html"
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxRequestWorkers 800
ServerLimit 32
MaxConnectionsPerChild 1500
MaxRequestWorkers 150
ServerLimit 16
MaxConnectionsPerChild 500
</IfModule>