Bug 14256 - LoadModule order is not correct in generated httpd.conf
Summary: LoadModule order is not correct in generated httpd.conf
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Other Modules (show other bugs)
Version: 2.0.43
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-05 13:35 UTC by Gilbert van den Dobbelsteen
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!