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
13 lines
398 B
Plaintext
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> |