[NBLUG/talk] Apache Logs..
Mark Street
jet at sonic.net
Wed Apr 2 11:35:01 PST 2003
logrotate is doing this.
check the file /etc/logrotate.d/httpd RH8-9 OR "apache" on RH7.2 for
reference.
the script portion of logrotate restarts the httpd server to generate new log
files.
On my RH9 box which should be very similar to yours, it reads;
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
postrotate
/bin/kill -HUP `cat /var/run/httpd.pid 2>/dev/null` 2> /dev/null ||
true
endscript
}
On Wednesday 02 April 2003 11:15, Christopher Wagner wrote:
> I'm getting these every day in my /var/log/httpd/error_log when my daily
> cron cycle happens. This box is a production box running Redhat 7.2 and
> Apache 1.3.27. Any ideas? The machine seems to be running fine
> otherwise.. I noticed when I was looking through the logs laughing at all
> the silly IIS exploit attempts (I get about 3-6 each day). :)
>
> [Wed Apr 2 04:02:27 2003] [warn] child process 9401 did not exit, sending
> another SIGHUP
> [Wed Apr 2 04:02:28 2003] [warn] child process 9402 did not exit, sending
--
Mark Street, D.C.
Red Hat Certified Engineer
Cert# 807302251406074
--
Key fingerprint = 3949 39E4 6317 7C3C 023E 2B1F 6FB3 06E7 D109 56C0
GPG key http://www.streetchiro.com/pubkey.asc
More information about the talk
mailing list