• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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