Apache error when trying to connect to ldap server with SSL

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
genux33
Forum Newbie
Posts: 18
Joined: Sun Apr 10, 2005 8:22 am

Apache error when trying to connect to ldap server with SSL

Post by genux33 »

I had an login script which is used to authenicate user on a LDAP server. The script will connect to the LDAP server with ssl. Following is the error log generated by apache when i tried to connect to the LDAP server and it failed.

What cause the following issue.?

[Fri Nov 25 16:31:44 2005] [notice] mod_python: Creating 4 session mutexes based on 50 max processes and 0 max threads.
[Fri Nov 25 16:31:44 2005] [notice] Apache/2.0.53 (Fedora) configured -- resuming normal operations
[Fri Nov 25 16:34:44 2005] [notice] caught SIGTERM, shutting down
[Fri Nov 25 16:34:46 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Nov 25 16:34:47 2005] [notice] Digest: generating secret for digest authentication ...
[Fri Nov 25 16:34:47 2005] [notice] Digest: done
[Fri Nov 25 16:34:47 2005] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Fri Nov 25 16:34:47 2005] [notice] LDAP: SSL support unavailable
[Fri Nov 25 16:34:47 2005] [notice] mod_python: Creating 4 session mutexes based on 50 max processes and 0 max threads.
[Fri Nov 25 16:34:47 2005] [notice] Apache/2.0.53 (Fedora) configured -- resuming normal operations
Post Reply