On Sunday 17 October 2010, Nick Kew wrote: > On 16 Oct 2010, at 10:59, [email protected] wrote: > > Author: sf > > Date: Sat Oct 16 09:59:21 2010 > > New Revision: 1023227 > > > > URL: http://svn.apache.org/viewvc?rev=1023227&view=rev > > Log: > > core: Log a warning if <Limit> or <LimitExcept> are used. They > > are deprecated and may go away in 2.4. > > Minor niggle ... > > > + ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, > > This is a startup message. Wouldn't APLOG_NOTICE be more > appropriate?
Don't know. The "Ignoring deprecated use of DefaultType" and "Useless use of AllowOverride" messages also use APLOG_WARNING. And I guess it could be triggered by .htaccess parsing.
