From: Eric Covener Date: Fri, 3 Jan 2014 15:04:22 +0000 (+0000) Subject: Merge r1555116 from trunk: X-Git-Tag: 2.2.27~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b6a0b15d27e3bf4ac3076ea7b19a3f5f0234b0a;p=thirdparty%2Fapache%2Fhttpd.git Merge r1555116 from trunk: emphasize that this is mostly just AAA checks and not the status code of the handler. PR21828 and various dups. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1555120 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 5015dbb6e45..3d1e6ca457d 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1010,13 +1010,18 @@ RewriteRule ^index\.html$ welcome.html subrequest to do the check, so use it with care - it can impact your server's performance! -
  • '-U' (is existing URL, via +
  • '-U' (is existing URL, via subrequest)
    Checks whether or not TestString is a valid URL, accessible via all the server's currently-configured access controls for that path. This uses an internal subrequest to do the check, so use it with care - - it can impact your server's performance!

  • + it can impact your server's performance!

    +

    This flag only returns information about things + like access control, authentication, and authorization. This flag + does not return information about the status code the + configured handler (static file, CGI, proxy, etc.) would have + returned.

    Note: