On 16 Oct 2010, at 10:59, s...@apache.org 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? -- Nick Kew