]> granicus.if.org Git - apache/commitdiff
document -x
authorAndré Malo <nd@apache.org>
Sat, 24 Jan 2004 02:25:29 +0000 (02:25 +0000)
committerAndré Malo <nd@apache.org>
Sat, 24 Jan 2004 02:25:29 +0000 (02:25 +0000)
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
docs/manual/mod/mod_rewrite.xml

index c589436534c291e538a4f864f5d294dc275e1e78..a826895844aa6c94fd0ee1e4c660562e8db42d6f 100644 (file)
@@ -702,6 +702,12 @@ Result:
              Treats the <em>TestString</em> as a pathname and tests
             if it exists and is a symbolic link.</li>
 
+            <li>'<strong>-x</strong>' (has e<strong>x</strong>ecutable
+            permissions)<br />
+            Treats the <em>TestString</em> as a pathname and tests
+            if it exists and has execution permissions. These permissions
+            are determined depending on the underlying OS.</li>
+
             <li>'<strong>-F</strong>' (is existing file via
             subrequest)<br />
              Checks if <em>TestString</em> is a valid file and
index d5bf2050705518a649368d55c22097f14dfbb999..4cc8878ea4e338f583227a870a116171d553c26f 100644 (file)
@@ -1094,6 +1094,12 @@ Result:
              Treats the <em>TestString</em> as a pathname and tests
             if it exists and is a symbolic link.</li>
 
+            <li>'<strong>-x</strong>' (has e<strong>x</strong>ecutable
+            permissions)<br />
+            Treats the <em>TestString</em> as a pathname and tests
+            if it exists and has execution permissions. These permissions
+            are determined depending on the underlying OS.</li>
+
             <li>'<strong>-F</strong>' (is existing file via
             subrequest)<br />
              Checks if <em>TestString</em> is a valid file and