The following reply was made to PR config/1479; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Ken A L Coar <[EMAIL PROTECTED]> Cc: Apache bugs database <[EMAIL PROTECTED]> Subject: Re: config/1479: <IfModule> should log an INFO message Date: Tue, 25 Nov 1997 07:28:43 -0700 (MST) On 25 Nov 1997, Ken A L Coar wrote: > <IfModule> decisions made during config parsing should include an > INFO-level message in the log, at least if the block is being skipped > because the module isn't loaded. Erm... why? Just because we have log levels is no reason to go crazy and start logging messages for every little thing. Many servers use IfModule for a reason: because they have different server binaries using the same config file. I'm not sure it makes sense to fill logs with fluff. I think that if someone is using IfModule they should know what they are doing, so they deserve what they get; there is no need to complicate the base config files like this.
