Bug 14256

Summary: LoadModule order is not correct in generated httpd.conf
Product: Apache httpd-2 Reporter: Gilbert van den Dobbelsteen <g.m.vandendobbelsteen>
Component: Other ModulesAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: CLOSED FIXED    
Severity: minor    
Priority: P3    
Version: 2.0.43   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Gilbert van den Dobbelsteen 2002-11-05 13:35:45 UTC
When auth-ldap (experimental) is enabled as a module (shared), and mod_ldap is  
enabled, the generated httpd.conf has the LoadModule statements in the wrong  
order. First the auth-ldap module is loaded which crashes in the load process  
because mod_ldap is not loaded. Exchanging the LoadModule lines resolves the 
issue. 
 
When backtracking this, I found out that the configure script processes 
auth-ldap first, and then processes the mod_ldap.
Comment 1 Jeff Trawick 2002-11-22 12:50:11 UTC
A fix for this was just committed.

Thanks for your report, and thanks for using Apache!