From: Stefan Fritsch
Date: Sun, 28 Nov 2010 16:40:54 +0000 (+0000)
Subject: update xforms
X-Git-Tag: 2.3.10~153
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55cfc5cb4e7914ae23a49c5a3edfde0c2e202fd7;p=thirdparty%2Fapache%2Fhttpd.git
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039902 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en
index a3d74ac47d7..153d8806940 100644
--- a/docs/manual/expr.html.en
+++ b/docs/manual/expr.html.en
@@ -211,6 +211,9 @@ listfunction ::= listfuncname "(" word ")"
minus and at least two characters. The name is not case sensitive.
Modules may register additional binary operators.
+
+
+
== |
= |
@@ -249,6 +252,24 @@ listfunction ::= listfuncname "(" word ")"
ge |
Integer greater than or equal |
+
+
+
+
+
+
+-ipmatch |
+ IP address matches address/netmask |
+-strmatch |
+ left string matches pattern given by right string (containing
+ wildcards *, ?, []) |
+-strcmatch |
+ same as -strmatch , but case insensitive |
+-fnmatch |
+ same as -strmatch , but slashes are not matched by
+ wildcards |
+
+
@@ -264,6 +285,9 @@ listfunction ::= listfuncname "(" word ")"
String is not empty |
-z |
String is empty |
+-R |
+ Same as "%{REMOTE_ADDR} -ipmatch ... ", but more efficient
+ |
diff --git a/docs/manual/misc/relevant_standards.xml.ko b/docs/manual/misc/relevant_standards.xml.ko
index e5d6d0bf502..b45a9332657 100644
--- a/docs/manual/misc/relevant_standards.xml.ko
+++ b/docs/manual/misc/relevant_standards.xml.ko
@@ -1,7 +1,7 @@
-
+
+
+
+