[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
OpenLDAP 2.4.28 causing Apache 2.2 to hang
- To: openldap-technical@openldap.org
- Subject: OpenLDAP 2.4.28 causing Apache 2.2 to hang
- From: Kyle Smith <alacer.cogitatus@gmail.com>
- Date: Thu, 12 Jan 2012 17:55:58 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=xP507aWd7/vefB3//Rg3D2Ew2pvaNgahMY+47bP7RlA=; b=JVN3P0ebUjHwDUBdQP20iYh4Ukqic/3eFhatmmNTIwOMlrAyN3zkMKVr19c04ftpfj Q1R3PmdKxRRLSlivdYHCeteI/bmctI0kc6d6zYqvjaZrasNgbd+u+X+0JD7JRUhkHBAa NjKtxfJ9LB/Xbdqmg3i4TBWf8Mch8tKSBU9D8=
I recently upgraded OpenLDAP 2.4.26 to 2.4.28. When I did that, a
separate server running apache 2.2 and php 5 started to hang every
10-15 minutes. It freezes to the point that it no longer accepts
requests.
This apache server is using a wildcard cert for https and uses
php5-ldap which depends on libgnutls26 and libldap2.4-2. I am
currently investigating further, but was wondering if the changes to
MozNSS or GNUTls in 2.4.27 (ITS #7051, 6980, 6998, 7001, 7002, 7022,
7034 & 7006) may be interfering with apache. I don't think OpenLDAP is
the cause, I am leaning towards an apache/php configuration error but
the problem only occurs when I use 2.4.28. OpenLDAP 2.4.26 operates
normally and is stable across the board. Any ideas?
ldapsearch -H ldaps://ldap.my.com works fine, no errors with
connecting or searching.