From 255d3a55ad1a0fb0c787478577391c6a80d2cbc1 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 3 Jan 2014 15:03:01 +0000 Subject: [PATCH] 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/trunk@1555116 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 6b7df2bfec..308dc53198 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -812,13 +812,18 @@ Alias /myapp /opt/myapp-1.2.3 whether or not it exists, and is a regular file with size greater than zero. -
  • '-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.

  • '-x' (has executable permissions)
    -- 2.50.1