I added a php code to my sites that created errors like this:
AH00484: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
and before I figured out what was actually going on, I went to change the values on /etc/apache2/mods-enabled/mpm_event.conf
.
Now my values are:
<IfModule mpm_event_module>
StartServers 2
MinSpareThreads 25
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxRequestWorkers 400
MaxConnectionsPerChild 10000
</IfModule>
Now I understand and solved the problem, and I would like to restore the default values, just to not make other messes, but I have absolutely no idea what they were.
Can someone tell me the default values, please?
According to this official doc, these are the default values:
The default values for
MaxRequestWorkers
are calculated like this: