Resending with file attached as oppose to in the body. Since RewriteLog and RewriteLogLevel were removed as valid configuration directives in v2.4, this should be mentioned in the upgrading to 2.4 page.
Here is a suggested patch for: http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/manual/upgrading.xml and http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/docs/manual/upgrading.xml Regards, Sean ------------------------------------------------------------------------------------------------------------ John Wiley & Sons Limited is a private limited company registered in England with registered number 641132. Registered office address: The Atrium, Southern Gate, Chichester, West Sussex, United Kingdom. PO19 8SQ. ------------------------------------------------------------------------------------------------------------
Index: docs/manual/upgrading.xml =================================================================== --- docs/manual/upgrading.xml (revision 1485747) +++ docs/manual/upgrading.xml (working copy) @@ -353,6 +353,13 @@ has been moved into <module>mod_authn_core</module>. </li> + <li>The RewriteLog and RewriteLogLevel directives have been removed. + This functionality is now provided by configuring the appropriate + level of logging for the <module>mod_rewrite</module> module using + the <directive module="core">LogLevel</directive> directive. + See also the <a href="mod/mod_rewrite.html#logging">mod_rewrite logging</a> + section.</li> + </ul> </section>
--------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org