A
A
Art4es2019-03-04 06:03:45
Apache HTTP Server
Art4es, 2019-03-04 06:03:45

The web server crashes. What is the reason?

The situation occurs periodically (error.log):

[Mon Mar 04 06:25:01.508551 2019] [mpm_prefork:notice] [pid 20480] AH00171: Graceful restart requested, doing restart
[Mon Mar 04 06:25:01.537371 2019] [mpm_prefork:warn] [pid 20480] AH00181: MaxRequestWorkers of 500 exceeds ServerLimit value of 256, decreasing to match

What is it and how to fix it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Dart, 2019-03-04
@Art4es

ServerLimit must be greater than MaxRequestWorkers
Specify in apache2.conf
ServerLimit 600 for example then

V
Viktor Taran, 2019-03-04
@shambler81

MaxRequestWorkers - immediately written

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question