You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/04/26 12:20:54 UTC

DO NOT REPLY [Bug 34620] New: - Apache hangs when mod_ldap is loaded and use the PHP ldap functions

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34620>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34620

           Summary: Apache hangs when mod_ldap is loaded and use the PHP
                    ldap functions
           Product: Apache httpd-2.0
           Version: 2.0.54
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_ldap
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: justo.alonso@gmail.com


I have an Apache 2.0.54 server with mod_ldap, mod_auth_ldap and libphp4 modules
loaded. When, from a PHP script open a connection to LDAP server, the first 2
times it works, but the third, the apache server process hangs.

I've tried it with Apache 1.3.27 and hungs, too. It seems like there's some kind
of conflict between mod_ldap and the php module, because when I disable mod_ldap
all works fine.

Openldap library: openldap2-client-2.1.12-44 (Suse release)

Apache config.nice file:
CFLAGS="-O2 -march=i486 -mcpu=i686 -fPIC -D_LARGEFILE_SOURCE
-DDYNAMIC_MODULE_LIMIT=72"; export CFLAGS
"./configure" \
"--enable-maintainer-mode" \
"--enable-layout=SuSE81" \
"--with-program-name=httpd2-leader" \
"--with-mpm=leader" \
"--with-perl=/usr/bin/perl" \
"--enable-mods-shared=all" \
"--enable-ssl=shared" \
"--disable-isapi" \
"--enable-deflate" \
"--enable-echo" \
"--enable-ext-filter" \
"--enable-charset-lite" \
"--enable-file-cache" \
"--enable-logio" \
"--enable-case_filter" \
"--enable-case_filter_in" \
"--with-ldap" \
"--enable-ldap" \
"--enable-auth_ldap" \
"--enable-proxy" \
"--enable-proxy-connect" \
"--enable-proxy-ftp" \
"--enable-proxy-http" \
"--enable-cache" \
"--enable-disk-cache" \
"--enable-mem-cache" \
"--enable-suexec" \
"--with-suexec-bin=/usr/sbin/suexec2" \
"--with-suexec-caller=wwwrun" \
"--with-suexec-docroot=/srv/www/htdocs" \
"--with-suexec-logfile=/var/log/apache2/suexec.log" \
"--with-suexec-userdir=public_html" \
"--with-suexec-uidmin=96" \
"--with-suexec-gidmin=96" \
"--with-suexec-safepath=/usr/local/bin:/usr/bin:/bin" \
"$@"

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org