[notice] caught SIGTERM, shutting down

arturoz

Member
Feb 13, 2005
18
0
151
Poland, Gdańsk
cPanel Access Level
Root Administrator
hello

I have find something like this in my "error_log" after apache updete

[Sun May 22 17:48:13 2005] [error] [client 216.217.213.142] Premature end of script headers: /home/srebro/public_html/lvy7xyT5j2arIQY9us.php
[Sun May 22 17:48:13 2005] [error] [client 216.217.213.142] File does not exist: /home/srebro/public_html/500.shtml
/usr/bin/php: error while loading shared libraries: libmcrypt.so.4: cannot open shared object file: No such file or directory :mad:
[Sun May 22 17:48:14 2005] [error] [client 216.217.213.141] Premature end of script headers: /home/srebro/public_html/lvy7xyT5j2arIQY9us.php
[Sun May 22 17:48:14 2005] [error] [client 216.217.213.141] File does not exist: /home/srebro/public_html/500.shtml
[Sun May 22 17:51:40 2005] [notice] caught SIGTERM, shutting down
[Sun May 22 17:51:49 2005] [notice] Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a PHP-CGI/0.1b configured -- resuming normal operations
[Sun May 22 17:51:49 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Sun May 22 17:51:49 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Sun May 22 17:53:25 2005] [notice] caught SIGTERM, shutting down :mad:
[Sun May 22 17:53:25 2005] [notice] Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a PHP-CGI/0.1b configured -- resuming normal operations
[Sun May 22 17:53:25 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Sun May 22 17:53:25 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)



please help me what can i do with this error's



arturro - RH9 - last stable cpanel
 

bijo

Well-Known Member
Aug 21, 2004
474
0
166
India
Hello,

please check the following entries in your httpd config file.
==========================================
LoadModule php4_module libexec/libphp4.so
----------------------------------------------------------
AddModule mod_php4.c
==========================================

If it is commented, commend out first and restart httpd.

May be it will help you to solve this issue.