]> granicus.if.org Git - apache/commitdiff
xforms
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jan 2016 21:51:15 +0000 (21:51 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 29 Jan 2016 21:51:15 +0000 (21:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727645 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_setenvif.html.en
docs/manual/mod/mod_setenvif.xml.fr
docs/manual/mod/mod_setenvif.xml.ja
docs/manual/mod/mod_setenvif.xml.ko
docs/manual/mod/mod_setenvif.xml.meta
docs/manual/mod/mod_setenvif.xml.tr

index 7150936a31920a0e455568dcfc5004529520940a..ec70e362bf6cc02ac5063b92e1c7f7bebd2307fd 100644 (file)
@@ -227,7 +227,8 @@ of</p>
     <code><em>value</em></code>. Since version 2.0.51, Apache httpd will
     recognize occurrences of <code>$1</code>..<code>$9</code> within
     <var>value</var> and replace them by parenthesized subexpressions
-    of <var>regex</var>.</p>
+    of <var>regex</var>. <code>$0</code> provides access to the whole
+    string matched by that pattern.</p>
 
 <pre class="prettyprint lang-config">SetEnvIf Request_URI "\.gif$" object_is_image=gif
 SetEnvIf Request_URI "\.jpg$" object_is_image=jpg
@@ -237,6 +238,8 @@ SetEnvIf Referer www\.mydomain\.example\.com intra_site_referral
     
 SetEnvIf object_is_image xbm XBIT_PROCESSING=1
     
+SetEnvIf Request_URI "\.(.*)$" EXTENSION=$1
+
 SetEnvIf ^TS  ^[a-z]  HAVE_TS</pre>
 
 
index 80c281e45d6c610efea3e7f588ad7f26aa00ea7c..ef1abcc6f238019772f37c24df195a83494872e7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1557618 -->
+<!-- English Revision: 1557618:1727644 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index c10a32c7d2189f3fe3e2ed5bc32359201869f872..9189c9b63be6708df5a7eb106f1890270ed5ea1a 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 658546:1557618 (outdated) -->
+<!-- English Revision: 658546:1727644 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 169544526f1d90d8a3ac87f67865f6cb373d40ec..9077a4b749ac0f88f8249eb8475165cfc0b07293 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1557618 (outdated) -->
+<!-- English Revision: 151408:1727644 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 493cbf293228640c6c4c58f0748e81de5d547fe7..ea30ada3d5c856611e7a87ed131807304b258b59 100644 (file)
@@ -8,9 +8,9 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 75b9f10787473a35a396982a1e1f3e7e9c0dd301..721666122f50097431be29917f049afb9b09b5c9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1557618 -->
+<!-- English Revision: 1557618:1727644 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
    Reviewed by: Orhan Berent <berent belgeler.gen.tr>