Increasing the MaxRequestWorkers value

Found a message in the error.log that there was an insufficient amount of MaxRequestWorkers, so let’s crank that stuff up:

sudo nano /etc/apache2/mods-available/mpm_prefork.conf

change

MaxRequestWorkers 150

to

MaxRequestWorkers 256

This small change worked well, error has not returned.

Loading

Leave a Reply

Your email address will not be published. Required fields are marked *