pamela.kalle@xxxxxxxxx wrote:
Hi list-members,for a while I'm looking for a way to use ldap on my apache 2.0.54. My OS is a Windows 2000 server. I've first tried it with the built-in .so module. I've put the LoadModule code in my httpd.conf file. Result: during a restart the apache server won't start anymore. The errormessage in my Windows event viewer: * Can't locate API module structure ldap_auth_module in file C:/Program Files/../modules/mod_auth_ldap.so* Syntax error on line 145 (the line where the LoadModule is situated)
That's because mod_auth_ldap.so uses some functions inside of the mod_ldap.so, so you have to load mod_ldap, and then mod_auth_ldap.
*service terminated with server specific error 1 (this means port 80 is already in use) Does someone know what I can do about this?
Yes, make sure Apache is not running already (the task manager would show 'Apache' or 'httpd' running), and if not, then you will have to disable IIS. If you want IIS and Apache both running, you need to change either Apache or IIS to run on a different port. If you want to run them on two different adapters using the same port number, you have to set up IIS to start after Apache, because IIS does something really horrid and tries to listen on 0.0.0.0:{port} before it finally settles on listening to the configured n.n.n.n:port you configure. Bill --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx