Some tuning of PHP and apache

This commit is contained in:
2023-04-11 13:23:14 -07:00
parent a16a9fa68a
commit 2545d91e04
2 changed files with 17 additions and 10 deletions

View File

@@ -1,2 +1,13 @@
DirectoryIndex index.html index.htm index.php
Alias "/ping" "/var/www/html"
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>