hbz / oerworldmap

OER World Map
https://oerworldmap.org/
Other
30 stars 16 forks source link

Webserver: MaxRequestWorkers reached #1913

Closed dr0i closed 4 years ago

dr0i commented 4 years ago

Digging through the logs in #1912 discovers:

[Fri Jun 05 06:26:05.212442 2020] [mpm_prefork:error] [pid 1401] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting

These should be increased to prevent long waiting times when "too many" users try to connect.

dr0i commented 4 years ago

Copied /etc/apache2/server-tuning.conf from lobid and restarted the web server. Basically, this increases parallel user requests by a factor of 3. Closing.