LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   httpd error_log SIGTERM, shutting down (https://www.linuxquestions.org/questions/linux-security-4/httpd-error_log-sigterm-shutting-down-57645/)

mnauta 05-01-2003 10:18 AM

httpd error_log SIGTERM, shutting down
 
I frequently see this in my httpd error_log. I don't know what it means, any help would be appreciated.
Thanks
***************************************

[Wed Apr 30 22:45:40 2003] [info] removed PID file /var/run/httpd.pid (pid=17376)
[Wed Apr 30 22:45:40 2003] [notice] caught SIGTERM, shutting down
[Wed Apr 30 22:45:40 2003] [error] Cannot remove module mod_php4.c: not found in module list
[Wed Apr 30 22:45:40 2003] [error] Cannot remove module mod_info.c: not found in module list
[Wed Apr 30 22:45:40 2003] [error] Cannot remove module mod_status.c: not found in module list
[Wed Apr 30 22:47:47 2003] [info] mod_unique_id: using ip addr 127.0.0.2
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: indirect offset type S invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: offset &0 string >\0 %s invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: type &0 string >\0 %s invalid
[Wed Apr 30 22:47:48 2003] [error] mod_mime_magic: offset &0 string >\0

unSpawn 05-02-2003 09:28 AM

[date time] [level] "message"
In general the second field denotes the severity level of the logged message, info and notice could both be regarded as "informational", anything higher is a warning or error you should respond to.

The "Cannot remove module" means you should reconfigure your httpd.conf's ClearModuleList and include those modules source that a warning is issued for.

The mod_mime_magic I'm not sure about, I think you need to check your "magic" files against corruption.

markus1982 05-02-2003 12:23 PM

Quote:

The mod_mime_magic I'm not sure about, I think you need to check your "magic" files against corruption.
I agree with unSpawn, it looks like your magic file is messed up!


All times are GMT -5. The time now is 08:17 PM.