On 08.11.2011 10:03, William A. Rowe Jr. wrote: > On 11/8/2011 11:53 AM, Rainer Jung wrote: >> After Stefan's change r1199027 we no longer load all built modules by >> default. The new behaviour is (citing Stefan): >> >> "By default, only load those modules that are either required >> or explicitly selected by a configure --enable-foo argument. The >> LoadModule statements for modules enabled by --enable-mods-shared=most >> and friends will be commented out." > > Commented-out also means there is no attempt by our test-framework to > validate those modules, right? > > We need (from development) a mode of enable-reallyall which in fact > loads them all for interop testing.
Done in r1199467: configure now allows an additional flag --enable-load-all-modules that will suppress the automatic commenting out of LoadModule lines. All modules built will be also loaded then by the generated httpd.conf. Regards, Rainer
