• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

[notice] caught SIGTERM, shutting down ?

C

Chris M.

Guest
Now I've been searching the net endlessly looking for a solution as to why apache is shutting down and not coming back up at all unless I restart it.
I looked at http://kb.odin.com/en/132 and http://kb.odin.com/en/4470 both saying this is normal and to ignore it but my site won't come back up from a "browser request".

I'm running on Debian 4 etch with Plesk 9.0.1, I did apt-get update, and apt-get upgrade just now and nothing new.
This is my "/var/log/apache2/error.log"

[Sun Mar 29 20:51:48 2009] [notice] child pid 16732 exit signal Segmentation fault (11)
[Sun Mar 29 20:51:48 2009] [notice] child pid 16733 exit signal Segmentation fault (11)
[Sun Mar 29 20:51:48 2009] [notice] child pid 16734 exit signal Segmentation fault (11)
[Sun Mar 29 20:51:48 2009] [notice] child pid 16735 exit signal Segmentation fault (11)
[Sun Mar 29 20:51:48 2009] [notice] child pid 16736 exit signal Segmentation fault (11)
[Sun Mar 29 20:51:48 2009] [notice] child pid 16737 exit signal Segmentation fault (11)
[Sun Mar 29 20:51:48 2009] [notice] child pid 16738 exit signal Segmentation fault (11)
[Sun Mar 29 20:51:48 2009] [notice] child pid 16739 exit signal Segmentation fault (11)
[Sun Mar 29 20:51:48 2009] [notice] child pid 16740 exit signal Segmentation fault (11)
[Sun Mar 29 20:51:51 2009] [warn] child process 16775 still did not exit, sending a SIGTERM
[Sun Mar 29 20:51:52 2009] [notice] caught SIGTERM, shutting down
[Sun Mar 29 20:51:54 2009] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Mar 29 20:51:54 2009] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Mar 29 20:51:54 2009] [warn] Init: SSL server IP/port conflict: default-94-23-15-93:443 (/etc/apache2/conf.d/zz010_psa_httpd.conf:80) vs. horde.webmail:443 (/etc/apache2/conf.d/zzz_horde_vhost.conf:41)
[Sun Mar 29 20:51:54 2009] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Sun Mar 29 20:51:54 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Sun Mar 29 20:51:54 2009] [notice] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Sun Mar 29 20:51:54 2009] [notice] mod_python: using mutex_directory /tmp
[Sun Mar 29 20:51:54 2009] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Mar 29 20:51:54 2009] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Sun Mar 29 20:51:54 2009] [warn] Init: SSL server IP/port conflict: default-94-23-15-93:443 (/etc/apache2/conf.d/zz010_psa_httpd.conf:80) vs. horde.webmail:443 (/etc/apache2/conf.d/zzz_horde_vhost.conf:41)
[Sun Mar 29 20:51:54 2009] [warn] Init: You should not use name-based virtual hosts in conjunction with SSL!!
[Sun Mar 29 20:51:54 2009] [notice] mod_bw : Memory Allocated 0 bytes (each conf takes 32 bytes)
[Sun Mar 29 20:51:54 2009] [notice] mod_bw : Version 0.8 - Initialized [0 Confs]
[Sun Mar 29 20:51:54 2009] [notice] Apache/2.2.3 (Debian) mod_jk/1.2.18 mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch13 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations
[Sun Mar 29 20:58:28 2009] [notice] child pid 19104 exit signal Segmentation fault (11)
[Sun Mar 29 20:58:29 2009] [notice] child pid 19105 exit signal Segmentation fault (11)
[Sun Mar 29 20:58:29 2009] [notice] child pid 19106 exit signal Segmentation fault (11)
[Sun Mar 29 21:06:37 2009] [notice] child pid 21775 exit signal Segmentation fault (11)
[Sun Mar 29 21:06:37 2009] [notice] child pid 21785 exit signal Segmentation fault (11)
[Sun Mar 29 21:12:28 2009] [notice] child pid 23875 exit signal Segmentation fault (11)
[Sun Mar 29 21:12:28 2009] [notice] child pid 23876 exit signal Segmentation fault (11)
[Sun Mar 29 21:12:28 2009] [notice] child pid 23877 exit signal Segmentation fault (11)
[Sun Mar 29 21:12:28 2009] [notice] child pid 23878 exit signal Segmentation fault (11)
[Sun Mar 29 21:12:28 2009] [notice] child pid 23879 exit signal Segmentation fault (11)

The "[notice] child pid ##### exit signal Segmentation fault (11)" never stops now, it's always a different number and keeps going.
 
I have the same problem, at night (not every night) at 1:12 apache shuts down "[notice] caught SIGTERM, shutting down"
and not coming back up ether.
I'm running on Debian 4 etch with Plesk 9.0.1 too
 
Resolved

Since no one replied with an answer, I resolved it somehow.
This started about a day after I enabled support to SSL on my domain.
So I disabled SSL support and apache kept shutting down, so then I made a thread here.
My friend tweaked the apache configs a bit and I rebooted the server, now apache never shuts down.

But if this doesn't work for you Fred, try an auto restart apache script similar to this one.

Good luck :)
 
Hello Cris,

Thanks for replay, i changed the apache config also

MaxClients was set to 100, i changed to 50 for now.
Found it on this forum, let's hope it works.
 
Hello Cris and Fred

I met the same problem in apache2, can you give me more detail about the apache configure file?
I use the following module:
<IfModule mpm_prefork_module>
ServerLimit 5000
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 3000
MaxRequestsPerChild 10000
</IfModule>

And for SSL, I must use it for project requirement.
Thanks very much!
My mail address is: [email protected]
Best Regards!
 
I read somewhere that you should have a seprate IP address in order to implment SSL. i.e You can not share it with other domains. Perhaps this explains the name issue?

http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts

Also, pleak over writes the files :

/zz010_psa_httpd.conf and zzz_horde_vhost.conf so I am no sure how you go about setting the correct settings in the vhost conf file if indeed this is what is expected?

Tried to search for knowledge base and could n't find anything relevant there. Would like to know what your firend has done differnet as I am sure there are plenty of plesk users who would also like to know.
 
Back
Top