rikkilake wrote:
Code:
[Fri Nov 26 07:46:19 2010] [notice] caught SIGTERM, shutting down
jealous?
additionally, any off-hand suggestions as to prevent things like this from happening in the future?
edit: apparently they were proxying from at least ukraine and china judging by the IPs in the access/error logs
That log entry means this
# killall apache
That uses the default kill level of -15, terminate. -9 is the "get out now" one. If you were getting hacked with malicious intent, you'd see SIGSEGV (11), which is segfault. Sigterm's pretty much the nice way of saying "please close". Sighup is the one you send it to reload the configuration files without having to interrupt the "service".
Now, are you going to provide something a bit more indicative of anything you mentioned?