]> granicus.if.org Git - apache/commitdiff
Merge r1555116 from trunk:
authorEric Covener <covener@apache.org>
Fri, 3 Jan 2014 15:03:47 +0000 (15:03 +0000)
committerEric Covener <covener@apache.org>
Fri, 3 Jan 2014 15:03:47 +0000 (15:03 +0000)
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.4.x@1555118 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index a4b63a92cd116dc09a2b2d325210ca1f2ce4f084..4e7a54fea6a44a7000dbd4fc3a85236e8d4de0a3 100644 (file)
@@ -815,13 +815,18 @@ Alias /myapp /opt/myapp-1.2.3
             whether or not it exists, and is a regular file with size greater
             than zero.</li>
 
-            <li>'<strong>-U</strong>' (is existing URL, via
+            <li><p>'<strong>-U</strong>' (is existing URL, via
             subrequest)<br />
             Checks whether or not <em>TestString</em> 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!</li>
+            it can impact your server's performance!</p>
+            <p> This flag <em>only</em> returns information about things
+            like access control, authentication, and authorization.  This flag
+            <em>does not</em> return information about the status code the 
+            configured handler (static file, CGI, proxy, etc.) would have 
+            returned.</p> </li>
 
             <li>'<strong>-x</strong>' (has e<strong>x</strong>ecutable
             permissions)<br />