#tail -f /var/log/apache2/error.log
1 2 3 4 5 6 7 8 9 10 |
[Thu Jul 05 22:27:58.086552 2018] [suexec:notice] [pid 5731] AH01232: suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec) [Thu Jul 05 22:27:58.439246 2018] [:notice] [pid 5732] mod_ruid2/0.9.8 enabled [Thu Jul 05 22:27:58.444263 2018] [mpm_prefork:notice] [pid 5732] AH00163: Apache/2.4.18 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.0.2g configured -- resuming normal operations [Thu Jul 05 22:27:58.444288 2018] [core:notice] [pid 5732] AH00094: Command line: '/usr/sbin/apache2' [Thu Jul 05 22:34:50.443970 2018] [mpm_prefork:error] [pid 5732] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting [Thu Jul 05 22:41:46.204053 2018] [mpm_prefork:notice] [pid 5732] AH00169: caught SIGTERM, shutting down [Thu Jul 05 22:41:48.251939 2018] [suexec:notice] [pid 7055] AH01232: suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec) [Thu Jul 05 22:41:48.791317 2018] [:notice] [pid 7056] mod_ruid2/0.9.8 enabled [Thu Jul 05 22:41:48.795830 2018] [mpm_prefork:notice] [pid 7056] AH00163: Apache/2.4.18 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.0.2g configured -- resuming normal operations [Thu Jul 05 22:41:48.795859 2018] [core:notice] [pid 7056] AH00094: Command line: '/usr/sbin/apache2' |
#nano /etc/apache2/mods-enabled/mpm_prefork.conf
—————————–add—————————————-
MaxRequestWorkers 300
ServerLimit 300
——————————————————————-
# service apache2 restart