From 3972fb12423e62b471ada23c614abfde790753af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 24 Jan 2004 02:25:29 +0000 Subject: [PATCH] document -x git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102399 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html.en | 6 ++++++ docs/manual/mod/mod_rewrite.xml | 6 ++++++ 2 files changed, 12 insertions(+) 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 -- 2.47.3