LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   apache error logs (https://www.linuxquestions.org/questions/linux-software-2/apache-error-logs-257220/)

lsimon4180 11-20-2004 09:46 AM

apache error logs
 
Hi,

I am running Fedora core 2 and ive noticed the following in my error logs:

Sat Nov 20 09:12:44 2004] [warn] child process 22552 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22553 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22554 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22555 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22556 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22557 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22558 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22559 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22552 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22553 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22554 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22556 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22557 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22558 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22559 still did not exit, sending a SIGTERM

Ive looked on google and didnt find a good explaination as to what these logs are exactly.

any ideas?

Thanks

lenny

The_JinJ 11-20-2004 10:53 AM

I assume you've tried killing it and restarting.
httpd stop
ps -aux | grep httpd (make sure all processes are dead)
httpd start

Did you do an upgrade or fresh install before you noticed the log entries?

lsimon4180 11-20-2004 03:36 PM

ok great thanks...If I noticed some that are still running, should I kill them with the following command:

kill <PID>

thanks again

lenny

The_JinJ 11-20-2004 04:16 PM

Kill them off and then restart and check the logs.
Was this a new install or upgrade?

lsimon4180 11-20-2004 04:24 PM

well it's a pretty new install..i just installed fedora about 3 months ago or so...but that command I mentioned before is correct?

The_JinJ 11-20-2004 04:43 PM

Quote:

Originally posted by lsimon4180
well it's a pretty new install..i just installed fedora about 3 months ago or so...but that command I mentioned before is correct?

service httpd stop
ps aux | grep httpd

Should kill them all

lsimon4180 11-20-2004 05:00 PM

great thanks...i also had another issue im wondering if you are familiar with..

I'm running iptables as a firewall solution im able to enter different rules and after i run:

service iptables save

and it saves, but if I restart the machine all the entries i made are gone and I have to enter them again..

any ideas?

thanks

lenny

The_JinJ 11-20-2004 05:22 PM

Quote:

Originally posted by lsimon4180
great thanks...i also had another issue im wondering if you are familiar with..

I'm running iptables as a firewall solution im able to enter different rules and after i run:

service iptables save

and it saves, but if I restart the machine all the entries i made are gone and I have to enter them again..

any ideas?

thanks

lenny

Try -

iptables-save > /etc/sysconfig/iptables

will save your current rules to the iptables file that it looks at on startup. Just messing about with iptables myself so a relative newbie to it. /etc/sysconfig has iptables-config and the above iptables file. Have a read at them :)

Good luck :cool:


All times are GMT -5. The time now is 11:45 AM.