]> granicus.if.org Git - apache/commitdiff
Update all xforms
authorJim Jagielski <jim@apache.org>
Fri, 28 Aug 2009 14:33:19 +0000 (14:33 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 28 Aug 2009 14:33:19 +0000 (14:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@808896 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_cache.xml.ja
docs/manual/mod/mod_cache.xml.ko
docs/manual/mod/mod_headers.html.en
docs/manual/mod/mod_headers.xml.ja
docs/manual/mod/mod_headers.xml.ko
docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml.ja

index f1d4ea2e1cdf737f9ab0602e390b79cca62f0e32..2cd14fdbd6a71b6e9dd81c6e24bc86ca4791f07d 100644 (file)
@@ -2902,6 +2902,11 @@ header</td></tr>
     information about compiled-in modules.</p>
 
     <dl>
+      <dt><code>ServerTokens Off</code></dt>
+
+      <dd>Server sends no <code>Server:</code> header
+      (and <code>SERVER_SOFTWARE</code> is blank)</dd>
+
       <dt><code>ServerTokens Prod[uctOnly]</code></dt>
 
       <dd>Server sends (<em>e.g.</em>): <code>Server:
index 43c2a2e3740d6bc601f67f91d4c19bfc4f48caad..7ab44adf8af569fa6c1198bc2bf8fdb569b4bee2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 167959:807930 (outdated) -->
+<!-- English Revision: 167959:808895 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 5d62b6211652bed7ecd25bd21e7b74e931a5c060..98670eea1303b2a2d6868a99e3e562d4bebf96fe 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: 669847:807930 (outdated) -->
+<!-- English Revision: 669847:808895 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index bb346d794683f4cb851595e677073281067a7b04..7c2c6e90dff131cc1614f9b42616ac2b21d59209 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: 780016:807930 (outdated) -->
+<!-- English Revision: 780016:808895 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index a7af6085cd2946f09b4c4db29e7b08726a8c8881..95fca0e8c02cbeb740a8040edf7b4ebdcbe4d564 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: 504183:785561 (outdated) -->
+<!-- English Revision: 504183:808212 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index fabb1e293885c2da904f56d6f50065edf7bcfe63..a60aedd67a97419c8fbae918283f4f00d02e769a 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: 105569:785561 (outdated) -->
+<!-- English Revision: 105569:808212 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 7b43beaaafef7e5d7bf43df36db4d333f879a40d..b0448a7f6019a6ec5797cf2885dfe3aeff554a64 100644 (file)
@@ -193,6 +193,12 @@ headers</td></tr>
           Cache-Control: no-cache, no-cache, no-store
         </code></p></div>
       </li>
+      <li>
+        Set a test cookie if and only if the client didn't send us a cookie
+        <div class="example"><p><code>
+          Header set Set-Cookie testcookie !$req{Cookie}
+        </code></p></div>
+      </li>
     </ol>
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -316,16 +322,20 @@ headers</td></tr>
     which is a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>,
     and an additional <var>replacement</var> string.</p>
 
-    <p>The <code class="directive">Header</code> directive may be followed by an
-    an additional argument, which may be used to specify conditions under
-    which the action will be taken, or may be the keyword <code>early</code>
-    to specify <a href="#early">early processing</a>. If the
-    <a href="../env.html">environment variable</a> specified in the
-    <code>env=<var>...</var></code> argument exists (or if the environment
-    variable does not exist and <code>env=!<var>...</var></code> is specified)
-    then the action specified by the <code class="directive">Header</code> directive
-    will take effect. Otherwise, the directive will have no effect
-    on the request.</p>
+    <p>The <code class="directive">Header</code> directive may be followed by
+    an additional argument, which may be any of:</p>
+    <dl>
+    <dt><code>early</code></dt>
+    <dd>Specifies <a href="#early">early processing</a>.</dd>
+    <dt><code>env=[!]varname</code></dt>
+    <dd>The directive is applied if and only if the <a href="../env.html">environment variable</a> <code>varname</code> exists.
+        A <code>!</code> in front of <code>varname</code> reverses the test,
+        so the directive applies only if <code>varname</code> is unset.</dd>
+    <dt><code>expr</code></dt>
+    <dd>An string that matches neither of the above is parsed as an
+        expression.  Details of expression syntax and evaluation are
+        currently best documented on the <code class="module"><a href="../mod/mod_filter.html">mod_filter</a></code> page.</dd>
+    </dl>
 
     <p>Except in <a href="#early">early</a> mode, the
     <code class="directive">Header</code> directives are processed just
@@ -408,15 +418,19 @@ headers</td></tr>
     replacement string respectively.</p>
 
     <p>The <code class="directive">RequestHeader</code> directive may be followed by
-    an additional argument, which may be used to specify conditions under
-    which the action will be taken, or may be the keyword <code>early</code>
-    to specify <a href="#early">early processing</a>. If the
-    <a href="../env.html">environment
-    variable</a> specified in the <code>env=<var>...</var></code> argument
-    exists (or if the environment variable does not exist and
-    <code>env=!<var>...</var></code> is specified) then the action specified
-    by the <code class="directive">RequestHeader</code> directive will take effect.
-    Otherwise, the directive will have no effect on the request.</p>
+    an additional argument, which may be any of:</p>
+    <dl>
+    <dt><code>early</code></dt>
+    <dd>Specifies <a href="#early">early processing</a>.</dd>
+    <dt><code>env=[!]varname</code></dt>
+    <dd>The directive is applied if and only if the <a href="../env.html">environment variable</a> <code>varname</code> exists.
+        A <code>!</code> in front of <code>varname</code> reverses the test,
+        so the directive applies only if <code>varname</code> is unset.</dd>
+    <dt><code>expr</code></dt>
+    <dd>An string that matches neither of the above is parsed as an
+        expression.  Details of expression syntax and evaluation are
+        currently best documented on the <code class="module"><a href="../mod/mod_filter.html">mod_filter</a></code> page.</dd>
+    </dl>
 
     <p>Except in <a href="#early">early</a> mode, the
     <code class="directive">RequestHeader</code> directive is processed
index 3c64beb490121ded8392d7b3b1a9b2cb75fa8c3d..877436ce97a6a11ee768298d63c3011af8c98d99 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: 151408:805754 (outdated) -->
+<!-- English Revision: 151408:808240 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 927f1bca6cace72b49eddfffa61542a1076a1668..fd270a69cd5eb39cb99974181a2aede82e34dcc9 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:805754 (outdated) -->
+<!-- English Revision: 151408:808240 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f0aba08fd0e7c56ccbc37320cd5bff360b092ac7..657e2d48b87fff17f26172e309c1c109d2f28bb2 100644 (file)
@@ -1135,7 +1135,12 @@ through</td></tr>
     <p>will cause a local request for
     <code>http://example.com/foo/bar.gif</code> to be internally converted
     into a proxy request to <code>http://backend.example.com/foo/bar.gif</code>.</p>
-
+    <div class="note"><h3>Note</h3>
+      The URL argument must be parsable as a URL <em>before</em> regexp
+      substitutions (as well as after).  This limits the matches you can use.
+      See <a href="https://issues.apache.org/bugzilla/show_bug.cgi">PR 46665</a>
+      for details and workaround ideas.
+    </div>
     <p>The <code>!</code> directive is useful in situations where you don't want
     to reverse-proxy a subdirectory.</p>
 
index 3290bc45d63d91ca748daf855723a9dae785e7e1..6f7d0870615bf9f6790fd138aa72419bf199374a 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: 344971:770328 (outdated) -->
+<!-- English Revision: 344971:808321 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more