]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Sun, 15 Aug 2004 23:48:08 +0000 (23:48 +0000)
committerAndré Malo <nd@apache.org>
Sun, 15 Aug 2004 23:48:08 +0000 (23:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104679 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_setenvif.html.en
docs/manual/mod/mod_setenvif.html.ko.euc-kr
docs/manual/mod/mod_setenvif.xml.ja
docs/manual/mod/mod_setenvif.xml.ko
docs/manual/mod/mod_setenvif.xml.meta

index 03a63c914c3a0ac66fe9b20c2e0c361277216ec6..e8e6b70a199d085f6ba1b28ce9cea10bd524b4d2 100644 (file)
@@ -212,7 +212,10 @@ of</p>
     <p>In the first form, the value will be set to "1". The second
     will remove the given variable if already defined, and the
     third will set the variable to the literal value given by
-    <code><em>value</em></code>.</p>
+    <code><em>value</em></code>. Since version 2.0.51 Apache 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>
 
 <div class="example"><h3>Example:</h3><p><code>
 
index 7959e4812f8a51d2225c1d553e6b3526f2b51923..8ed88ead3bf1f6bd2714ecbda6c069eb3dcb7972 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../ja/mod/mod_setenvif.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_setenvif.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">¼³¸í:</a></th><td>¿äûÀÇ ¼º°Ý¿¡ µû¶ó È¯°æº¯¼ö ¼³Á¤À» º¯°æÇÑ´Ù</td></tr>
 <tr><th><a href="module-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">¸ðµâ¸í:</a></th><td>setenvif_module</td></tr>
index 16b4c4eb2327c75a90757746d114fd57115665bb..86987e9df15b82521564a3737dd32945469353a3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 1.7 (outdated: 1.7.2.4) -->
+<!-- English Revision: 1.7 (outdated: 1.7.2.5) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
index 43e1f03c4a703ef591fa7fc46d1ba783cadb7140..48ce3e81f03597cd9300d1b360434cef49f2db5c 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: 1.7.2.4 -->
+<!-- English Revision: 1.7.2.4 (outdated: 1.7.2.5) -->
 
 <!--
  Copyright 2004 The Apache Software Foundation
index 45bef37de866af748acf7c61857e2d967eb4e775..ed14967a5671da5d4ac1c7d67b09222a66165d0c 100644 (file)
@@ -8,6 +8,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">ja</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>