PDA

View Full Version : How to disable apache ldap support



roarkh
10-23-2008, 01:24 PM
I have a new DirectAdmin server and have recompiled PHP with support for ldap and am having a problem that ldap_bind() is causing apache to hang, after doing some research I found that there may be a problem using php with ldap support when Apache has ldap support built in also (php_info shows that apache has ldap support enabled).

Does anyone have any ideas how to disable ldap support for Apache? Can I simply comment out the modules being loaded somewhere? If so I can't find them. Looking in the custombuild directory it appears the version of Apache I am running is 2.2.10 and I am running on CentOS 5.2.

roarkh
10-23-2008, 03:13 PM
On further study I may have misread the phpinfo information, I don't think apache is really configured with ldap support so I'm back to square one, this is not the problem apparently.

roarkh
10-23-2008, 03:41 PM
Well, I was completely on the wrong track but it finally occurred to me what was going on. I had installed the kiss firewall but forgot to add the port 389 for ldap traffic.

nobaloney
10-26-2008, 09:48 AM
That'll do it.

Thread closed.

Jeff