MPM Notice caught SIGTERM, Shutting Down

2 posts / 0 new
Last post
#1 Fri, 08/23/2019 - 18:27
adamjedgar

MPM Notice caught SIGTERM, Shutting Down

What does this actually mean?

I am getting hundreds of log entries for this notice, Is it something I need to address?

[Sat Aug 24 06:25:04.251508 2019] [mpm_event:notice] [pid 4717:tid 140344875532352] AH00491: caught SIGTERM, shutting down
[Sat Aug 24 06:25:05.004055 2019] [:notice] [pid 26805:tid 140568285872192] ModSecurity for Apache/2.9.1 (http://www.modsecurity.org/) configured.
[Sat Aug 24 06:25:05.004103 2019] [:notice] [pid 26805:tid 140568285872192] ModSecurity: APR compiled version="1.5.2"; loaded version="1.5.2"
[Sat Aug 24 06:25:05.004113 2019] [:notice] [pid 26805:tid 140568285872192] ModSecurity: PCRE compiled version="8.39 "; loaded version="8.43 2019-02-23"
[Sat Aug 24 06:25:05.004117 2019] [:warn] [pid 26805:tid 140568285872192] ModSecurity: Loaded PCRE do not match with compiled!
[Sat Aug 24 06:25:05.004119 2019] [:notice] [pid 26805:tid 140568285872192] ModSecurity: LUA compiled version="Lua 5.1"
[Sat Aug 24 06:25:05.004122 2019] [:notice] [pid 26805:tid 140568285872192] ModSecurity: YAJL compiled version="2.1.0"
[Sat Aug 24 06:25:05.004125 2019] [:notice] [pid 26805:tid 140568285872192] ModSecurity: LIBXML compiled version="2.9.4"
[Sat Aug 24 06:25:05.004198 2019] [:notice] [pid 26805:tid 140568285872192] ModSecurity: StatusEngine call: "2.9.1,Apache/2.4.25,1.5.2/1.5.2,8.39/8.43 2019-02-23,Lua 5.1,2.9.4,46"
[Sat Aug 24 06:25:06.681669 2019] [:notice] [pid 26805:tid 140568285872192] ModSecurity: StatusEngine call successfully sent. For more information visit: http://status.modsecurity.org/
[Sat Aug 24 06:25:06.682212 2019] [suexec:notice] [pid 26805:tid 140568285872192] AH01232: suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Sat Aug 24 06:25:07.008302 2019] [mpm_event:notice] [pid 26806:tid 140568285872192] AH00489: Apache/2.4.25 (Debian) OpenSSL/1.0.2s mod_fcgid/2.3.9 configured -- resuming normal operations
[Sat Aug 24 06:25:07.009208 2019] [core:notice] [pid 26806:tid 140568285872192] AH00094: Command line: '/usr/sbin/apache2'
[Sat Aug 24 08:03:53.871224 2019] [mpm_event:notice] [pid 26806:tid 140568285872192] AH00493: SIGUSR1 received.  Doing graceful restart
[Sat Aug 24 08:03:55.007313 2019] [mpm_event:notice] [pid 26806:tid 140568285872192] AH00489: Apache/2.4.25 (Debian) OpenSSL/1.0.2s mod_fcgid/2.3.9 configured -- resuming normal operations
[Sat Aug 24 08:03:55.007348 2019] [core:notice] [pid 26806:tid 140568285872192] AH00094: Command line: '/usr/sbin/apache2'
[Sat Aug 24 08:04:07.033684 2019] [mpm_event:notice] [pid 26806:tid 140568285872192] AH00493: SIGUSR1 received.  Doing graceful restart
[Sat Aug 24 08:04:08.006173 2019] [mpm_event:notice] [pid 26806:tid 140568285872192] AH00489: Apache/2.4.25 (Debian) OpenSSL/1.0.2s mod_fcgid/2.3.9 configured -- resuming normal operations
[Sat Aug 24 08:04:08.006207 2019] [core:notice] [pid 26806:tid 140568285872192] AH00094: Command line: '/usr/sbin/apache2'
Fri, 08/23/2019 - 22:14
andreychek

Howdy,

I don't see anything too unusual there... it looks like Apache is doing a graceful restart, and in that process, there's some log messages being generated, largely by mod_security. If you want to cut down on the log messages, you may need to configure mod_security to generate fewer messages.

-Eric

Topic locked