Stegnation
October 24th, 2003, 16:37
Hi,

I don't know why, but I'm getting this error with Apache.

[Fri Oct 24 21:43:06 2003] [notice] caught SIGTERM, shutting down
[Fri Oct 24 21:43:10 2003] [notice] Apache/1.3.28 (Unix) PHP/4.3.4RC1 configured -- resuming normal operations
[Fri Oct 24 21:43:10 2003] [notice] Accept mutex: flock (Default: flock)

What could be causing this?

soup4you2
October 24th, 2003, 17:25
whats

apachectl configtest

show?

|MiNi0n|
October 24th, 2003, 17:58
Causing what? What error? Looks normal to me. If you're referring to the Sigterm, that's just apache being sent a HUP to be restarted after it's log files rollover.

Kernel_Killer
October 24th, 2003, 18:19
Check your PHP config for errors. Here's a link to flock.

http://us2.php.net/flock

hoserian
October 24th, 2003, 21:38
That's exactly what mine says, and it's working fine.

why do you think it's an error? can't you get to the default apache page?

Stegnation
October 25th, 2003, 07:26
I'll check those things out.

The reason I ask is because I didn't have these errors before.
The server works fine within my network, but from outside people can't access it. It's not the firewall, I checked it. It's only since a few days. It has been running fine for at least 1 month.

I have the idea it happened after I installed AWStats and PHP-DBG. I've removed these, but still getting the error.
But I'll check the php log file and apachectl configtest.

Stegnation
October 26th, 2003, 08:37
Very weird. Everything seems to work again. I have no idea why.
I did the config test: Syntax OK
and the PHP log is empty.

Thanks for all the help :)