From: Eric Covener Date: Mon, 10 Nov 2014 01:21:47 +0000 (+0000) Subject: xforms X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d94c4038382531cb1743f86f3a23e3bff59e3685;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1637771 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 9cef1e98604..2fc2f8ce68b 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -473,7 +473,8 @@ listfunction ::= listfuncname "(" word ")"Hash the string using SHA1, then encode the hash with hexadecimal encoding file - Read contents from a fileyes + Read contents from a file (including line endings, when present) + yes filesize Return size of a file (or 0 if file does not exist or is not regular file)yes @@ -525,7 +526,12 @@ listfunction ::= listfuncname "(" word ")" +</Directory> + +# Check a HTTP header for a list of values +<If "%{HTTP:X-example-header} in { 'foo', 'bar', 'baz'}"> + Header set matched true +</If>
top
@@ -535,7 +541,7 @@ listfunction ::= listfuncname "(" word ")"NameAlternative Description -in in - string contained in string list + string contained in wordlist /regexp/ m#regexp# Regular expression (the second form allows different diff --git a/docs/manual/mod/mod_cache_socache.html.en b/docs/manual/mod/mod_cache_socache.html.en index a2fe9d308e7..e4cd057cf7d 100644 --- a/docs/manual/mod/mod_cache_socache.html.en +++ b/docs/manual/mod/mod_cache_socache.html.en @@ -156,7 +156,7 @@ cache
top

CacheSocacheMinTime Directive

- diff --git a/docs/manual/mod/mod_cache_socache.xml.fr b/docs/manual/mod/mod_cache_socache.xml.fr index 4bd88c1afc6..2f7743deb38 100644 --- a/docs/manual/mod/mod_cache_socache.xml.fr +++ b/docs/manual/mod/mod_cache_socache.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_cache_socache.xml.meta b/docs/manual/mod/mod_cache_socache.xml.meta index dcf2d899545..6b54b885c6d 100644 --- a/docs/manual/mod/mod_cache_socache.xml.meta +++ b/docs/manual/mod/mod_cache_socache.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index c6af33f7af7..af3a5fe03fe 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -317,7 +317,7 @@ stored cache - diff --git a/docs/manual/sections.html.en b/docs/manual/sections.html.en index b24f940e5cd..94cbae8904e 100644 --- a/docs/manual/sections.html.en +++ b/docs/manual/sections.html.en @@ -267,7 +267,7 @@ and URLs to be referenced from within expressions and modules like mod_rewrite.

<DirectoryMatch ^/var/www/combined/(?<SITENAME>[^/]+)>
-    require ldap-group cn=%{env:SITENAME},ou=combined,o=Example
+    require ldap-group cn=%{env:MATCH_SITENAME},ou=combined,o=Example
 </DirectoryMatch>
Description:The maximum time (in seconds) for a document to be placed in the +
Description:The minimum time (in seconds) for a document to be placed in the cache
Syntax:CacheSocacheMinTime seconds
Default:CacheSocacheMinTime 600
CacheSocacheMaxTime seconds 86400 svdhE
The maximum time (in seconds) for a document to be placed in the cache
CacheSocacheMinTime seconds 600 svdhE
The maximum time (in seconds) for a document to be placed in the +
CacheSocacheMinTime seconds 600 svdhE
The minimum time (in seconds) for a document to be placed in the cache
CacheSocacheReadSize bytes 0 svdhE
The minimum size (in bytes) of the document to read and be cached before sending the data downstream