• 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

httpd stucking

C

ChipMonk

Guest
almost every few hours httpd is stucking. when i restart it, it starts working again (its already running, cuz it gives message:

Stopping httpd: [ OK ]
Starting httpd: [ OK ]

Its really irritating, cuz i dont find any error too :-s
 
ChipMonk,

Check your error logfile in /var/log.

I think you will see something like " critical_release() failed: Invalid argument
critical_acquire() failed: Invalid argument
"

You've got a mod_throttle issue
 
Originally posted by west
anything else that doesnt make sense?


[Thu Apr 20 16:20:27 2006] [warn] Init: (domain.xxx.net:443) You configured HTTP(80) on the standard HTTPS(443) port!
[Thu Apr 20 16:20:27 2006] [warn] Init: (domain.xxx.com:443) You configured HTTP(80) on the standard HTTPS(443) port!
[Thu Apr 20 16:20:27 2006] [notice] Apache/2.0.52 (CentOS) configured -- resuming normal operations


i've altered teh domain.xxx.

that is something weired.
 
here it is, i managed to capture it when the notification came for httpd error.


[Thu Apr 20 16:20:27 2006] [notice] Apache/2.0.52 (CentOS) configured -- resuming normal operations
[Thu Apr 20 17:00:50 2006] [notice] Graceful restart requested, doing restart
*** glibc detected *** double free or corruption (!prev): 0x0ac005b0 ***
[Thu Apr 20 17:00:51 2006] [notice] seg fault or similar nasty error detected in the parent process
[Thu Apr 20 17:32:25 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Apr 20 17:32:25 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Apr 20 17:32:25 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Apr 20 17:32:25 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Apr 20 17:32:25 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Apr 20 17:32:25 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Apr 20 17:32:25 2006] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Apr 20 17:32:25 2006] [warn] Init: (xxx.xxx.net:443) You configured HTTP(80) on the standard HTTPS(443) port!
[Thu Apr 20 17:32:25 2006] [warn] Init: (xxx.xxx.com:443) You configured HTTP(80) on the standard HTTPS(443) port!
[Thu Apr 20 17:32:26 2006] [notice] Digest: generating secret for digest authentication ...
[Thu Apr 20 17:32:26 2006] [notice] Digest: done
[Thu Apr 20 17:32:26 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Thu Apr 20 17:32:26 2006] [notice] LDAP: SSL support unavailable
[Thu Apr 20 17:32:27 2006] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.



any clue?
 
Well be sure to run a /usr/local/psa/admin/bin/websrvmng -a -v that way you have plesk configured all good.
 
hi,

probably the problem is with zend optimizer 3, which behaves badly on centos 4.3, you should use 2.6.2 until it is fixed.
 
Back
Top