From: André Malo Date: Sat, 24 Jan 2004 02:25:29 +0000 (+0000) Subject: document -x X-Git-Tag: pre_ajp_proxy~774 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3972fb12423e62b471ada23c614abfde790753af;p=apache document -x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102399 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index c589436534..a826895844 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -702,6 +702,12 @@ Result: Treats the TestString as a pathname and tests if it exists and is a symbolic link. +
  • '-x' (has executable + permissions)
    + Treats the TestString as a pathname and tests + if it exists and has execution permissions. These permissions + are determined depending on the underlying OS.
  • +
  • '-F' (is existing file via subrequest)
    Checks if TestString is a valid file and diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index d5bf205070..4cc8878ea4 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1094,6 +1094,12 @@ Result: Treats the TestString as a pathname and tests if it exists and is a symbolic link.
  • +
  • '-x' (has executable + permissions)
    + Treats the TestString as a pathname and tests + if it exists and has execution permissions. These permissions + are determined depending on the underlying OS.
  • +
  • '-F' (is existing file via subrequest)
    Checks if TestString is a valid file and