Operating System - HP-UX
1752815 Members
6228 Online
108789 Solutions
New Discussion

Apache (not Apache-SSL) with mod_ssl and auth_ldap

 
Mainul Islam
Occasional Contributor

Apache (not Apache-SSL) with mod_ssl and auth_ldap

Apache starts up fine with auth_ldap
Apache starts up fine with mod_ssl
However, when loading auth_ldap and mod_ssl together, Apache would attempt to start and core dump. No error messages were written to the screen or the error_log

I used gdb to trace the httpd -DSSL (apachectl startssl) process and it crashed in
/opt/apache/lib/libldapssl41.sl

In attempting to debug the server, I commented out:
#LoadModule auth_ldap_module libexec/auth_ldap.so
from httpd.conf, and apache started up in SSL mode.


Any apache-tomcat/https configuration guides/suggestions would be appreciated.