Justin Erenkrantz wrote: > On Fri, Apr 19, 2002 at 01:28:29PM -0400, Jeff Trawick wrote: > >>Jeff Trawick <[EMAIL PROTECTED]> writes: >> >> >>>It looks like mod_so already checks for duplicate LoadModule lines but >>>it doesn't check for a LoadModule which attempts to override a >>>built-in module. The patch below seems to implement a check for this >>>second epossible error (a LoadModule directive for a built-in module). >> >>Does anybody besides Sander have any interest in this? I'm a little >>reluctant to add the bloat unless more people think it is worthwhile. > > > +1 (concept). I've been burned by this before. -- justin
Also +1 on concept. This happens fairly often because people switch back and forth between static and DSO builds but forget to change their config files (or, more accurately, have absolutely no idea that they need to change their config files). Joshua.
