Skip to content

Commit

Permalink
Update mpm_prefork.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan authored Apr 26, 2021
1 parent a396803 commit b8419a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/apache2/mods-enabled/mpm_prefork.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# MaxConnectionsPerChild: maximum number of requests a server process serves

<IfModule mpm_prefork_module>
ServerLimit 25
ServerLimit 40
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxRequestWorkers 25
MaxRequestWorkers 40
MaxConnectionsPerChild 500
</IfModule>

0 comments on commit b8419a7

Please sign in to comment.