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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3972fb12423e62b471ada23c614abfde790753af;p=thirdparty%2Fapache%2Fhttpd.git 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 c589436534c..a826895844a 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 d5bf2050705..4cc8878ea4e 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