From: Eric Covener Date: Thu, 23 May 2013 15:24:47 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.5~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d7b79e37532e051184ccad94b0c27db5de95606;p=apache xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1485753 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index 37ab369057..7dfa1356e4 100644 --- a/docs/manual/upgrading.html.en +++ b/docs/manual/upgrading.html.en @@ -326,6 +326,13 @@ Allow from example.org has been moved into mod_authn_core. +
  • The RewriteLog and RewriteLogLevel directives have been removed. + This functionality is now provided by configuring the appropriate + level of logging for the mod_rewrite module using + the LogLevel directive. + See also the mod_rewrite logging + section.
  • +
    top