matomo-org / docker

Official Docker project for Matomo Analytics
https://matomo.org
Other
845 stars 348 forks source link

Getting error server reached MaxRequestWorkers #359

Closed venkatest closed 5 months ago

venkatest commented 5 months ago

I am using the matomo official docker image in my kubernetes deployment. It was running fine for couple of days and i have added two websites for tracking and getting below error :

[mpm_prefork:error] [pid 1] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting I think it could be Apache config issues. could you please share the best apache config file. Will replace the default in the docker build and try it.

venkatest commented 5 months ago

updated mpm_prefork file and that fixed the issue