summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-06-12 16:30:52 +0200
committerAndré Malo <nd@apache.org>2004-06-12 16:30:52 +0200
commit47bc5a70ee17e7e0d4c694a39caa4d6da715a146 (patch)
tree56951354f4a507c7337fdf763f6dbbb932c1938f
parentdescribe the onsuccess and always options better (diff)
downloadapache2-47bc5a70ee17e7e0d4c694a39caa4d6da715a146.tar.xz
apache2-47bc5a70ee17e7e0d4c694a39caa4d6da715a146.zip
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103930 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_headers.html.en9
-rw-r--r--docs/manual/mod/mod_headers.xml.ja2
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en
index 508dc01082..4b64e00496 100644
--- a/docs/manual/mod/mod_headers.html.en
+++ b/docs/manual/mod/mod_headers.html.en
@@ -152,10 +152,11 @@ is available only in Apache 2.0</td></tr></table>
modified.</p>
<p>The optional <var>condition</var> can be either <code>onsuccess</code>
- or <code>always</code>. It determines, when the specified action should be
- taken. <code>onsuccess</code> stands for <code>2<var>xx</var></code> status
- codes and <code>always</code> for all status codes (including
- <code>2<var>xx</var></code>).</p>
+ or <code>always</code>. It determines, which internal header table should be
+ operated on. <code>onsuccess</code> stands for <code>2<var>xx</var></code>
+ status codes and <code>always</code> for all status codes (including
+ <code>2<var>xx</var></code>). Especially if you want to unset headers
+ set by certain modules, you should try out, which table is affected.</p>
<p>The action it performs is determined by the second
argument. This can be one of the following values:</p>
diff --git a/docs/manual/mod/mod_headers.xml.ja b/docs/manual/mod/mod_headers.xml.ja
index 4862ea919a..ff8a43432d 100644
--- a/docs/manual/mod/mod_headers.xml.ja
+++ b/docs/manual/mod/mod_headers.xml.ja
@@ -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.16) -->
+<!-- English Revision: 1.7 (outdated: 1.17) -->
<!--
Copyright 2003-2004 The Apache Software Foundation