• 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

Plesk 12.5 causes apache restart caught SIGTERM, shutting down

CrK01

New Pleskian
Hello,

my environment:
- Centos 6.7
- Kernel 2.6.32-573.7.1.el6.x86_64
- 24 GB RAM , 10 CPU , plenty resources ( low load average, all stable, 8 GB empty ram )
- Plesk: 12.5.30 Update #3,

Problem:

Everytime we go to plesk and click in "HOME" button, plesk kills apache and all is restarting ( so webs are restarting too, causing disconnections when navigating )

No problems viewing websites or other buttons, we can reproduce-it :

tail -f error_log
[Thu Sep 24 01:54:42 2015] [warn] RSA server certificate wildcard CommonName (CN) `*.newlightsystems.com' does NOT match server name!?
[Thu Sep 24 01:54:42 2015] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Sep 24 01:54:42 2015] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Sep 24 01:54:42 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Thu Sep 24 01:54:42 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Thu Sep 24 01:54:42 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Thu Sep 24 01:54:42 2015] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Thu Sep 24 01:54:42 2015] [notice] mod_python: Creating 4 session mutexes based on 375 max processes and 0 max threads.
[Thu Sep 24 01:54:42 2015] [notice] mod_python: using mutex_directory /tmp
[Thu Sep 24 01:54:42 2015] [notice] Apache/2.2.15 (Unix) DAV/2 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips Microsoft/IIS 7.0 mod_fcgid/2.3.9 mod_python/3.3.1 Python/2.6.6 configured -- resuming normal operations
[Thu Sep 24 01:59:10 2015] [warn] child process 21776 still did not exit, sending a SIGTERM
[Thu Sep 24 01:59:12 2015] [warn] child process 21776 still did not exit, sending a SIGTERM
[Thu Sep 24 01:59:14 2015] [warn] child process 21776 still did not exit, sending a SIGTERM
[Thu Sep 24 01:59:16 2015] [error] child process 21776 still did not exit, sending a SIGKILL
[Thu Sep 24 01:59:18 2015] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)

All ok , it's restarting ( plesk response is a bit slow going to home ). If we click in "home" , It's restarting again.

Thanks,
 
Ok , this is caused by Mod_security. If I enable plesk's mod_security , apache process is restarting everytime you enter plesk HOME.

If I disable mod_security , problem solved ( bad and insecure workaround )
 
Back
Top