summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manual/mod/core.html.de3
-rw-r--r--docs/manual/mod/core.html.en15
-rw-r--r--docs/manual/mod/core.xml.de2
-rw-r--r--docs/manual/mod/core.xml.meta2
-rw-r--r--docs/manual/mod/directive-dict.html.en2
-rw-r--r--docs/manual/mod/directive-dict.html.es4
-rw-r--r--docs/manual/mod/directive-dict.html.ja.jis2
-rw-r--r--docs/manual/mod/directive-dict.html.ko.euc-kr2
-rw-r--r--docs/manual/mod/directive-dict.xml.es2
-rw-r--r--docs/manual/mod/directive-dict.xml.ja2
-rw-r--r--docs/manual/mod/directive-dict.xml.ko2
-rw-r--r--docs/manual/mod/directive-dict.xml.meta6
-rw-r--r--docs/manual/mod/mod_mime.html.en2
-rw-r--r--docs/manual/mod/mod_mime.xml.ja2
14 files changed, 37 insertions, 11 deletions
diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de
index f2b26a15c2..986a2bd4e5 100644
--- a/docs/manual/mod/core.html.de
+++ b/docs/manual/mod/core.html.de
@@ -24,6 +24,9 @@
<p><span>Verfügbare Sprachen: </span><a href="../de/mod/core.html" title="Deutsch">&nbsp;de&nbsp;</a> |
<a href="../en/mod/core.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a></p>
</div>
+<div class="outofdate">Diese Übersetzung ist möglicherweise
+ nicht mehr aktuell. Bitte prüfen Sie die englische Version auf
+ die neuesten Änderungen.</div>
<table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>Ständig verfügbare Kernfunktionen des Apache HTTP
Servers</td></tr>
<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Core</td></tr></table>
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index f4f87f1bea..75560f5ffa 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -938,6 +938,21 @@ in case of an error</td></tr>
ErrorDocument 403 "Sorry can't allow you access today"
</code></p></div>
+ <p>Additionally, the special value <code>default</code> can be used
+ to specify Apache's simple hardcoded message. While not required
+ under normal circumstances, <code>default</code> will restore
+ Apache's simple hardcoded message for configurations that would
+ otherwise inherit an existing <code class="directive">ErrorDocument</code>.</p>
+
+ <div class="example"><p><code>
+ ErrorDocument 404 /cgi-bin/bad_urls.pl<br /><br />
+ &lt;Directory /web/docs&gt;<br />
+ <span class="indent">
+ ErrorDocument 404 default<br />
+ </span>
+ &lt;/Directory&gt;
+ </code></p></div>
+
<p>Note that when you specify an <code class="directive">ErrorDocument</code>
that points to a remote URL (ie. anything with a method such as
<code>http</code> in front of it), Apache will send a redirect to the
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index 59c4d771f8..7191fa7c49 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -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: 1.46.2.36 -->
+<!-- English Revision: 1.46.2.36 (outdated: 1.46.2.37) -->
<!--
Copyright 2003-2004 The Apache Software Foundation
diff --git a/docs/manual/mod/core.xml.meta b/docs/manual/mod/core.xml.meta
index ee601d200c..ff45c47395 100644
--- a/docs/manual/mod/core.xml.meta
+++ b/docs/manual/mod/core.xml.meta
@@ -6,7 +6,7 @@
<relpath>..</relpath>
<variants>
- <variant>de</variant>
+ <variant outdated="yes">de</variant>
<variant>en</variant>
</variants>
</metafile>
diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en
index caecbe3b95..42b9227d3f 100644
--- a/docs/manual/mod/directive-dict.html.en
+++ b/docs/manual/mod/directive-dict.html.en
@@ -292,4 +292,4 @@
</div><div id="footer">
<p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
+</body></html> \ No newline at end of file
diff --git a/docs/manual/mod/directive-dict.html.es b/docs/manual/mod/directive-dict.html.es
index 4e0194bf9c..d929a31f1b 100644
--- a/docs/manual/mod/directive-dict.html.es
+++ b/docs/manual/mod/directive-dict.html.es
@@ -25,6 +25,10 @@
<a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/mod/directive-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
+<div class="outofdate">Esta traducción podría estar
+ obsoleta. Consulte la versión en inglés de la
+ documentación para comprobar si se han producido cambios
+ recientemente.</div>
<p>Este documento define los términos que se usan para describir
las <a href="directives.html">directivas de configuración</a> de
diff --git a/docs/manual/mod/directive-dict.html.ja.jis b/docs/manual/mod/directive-dict.html.ja.jis
index f35bde3231..d9ac7bfd76 100644
--- a/docs/manual/mod/directive-dict.html.ja.jis
+++ b/docs/manual/mod/directive-dict.html.ja.jis
@@ -23,6 +23,8 @@
<a href="../ja/mod/directive-dict.html" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/mod/directive-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
+<div class="outofdate">This translation may be out of date. Check the
+ English version for recent changes.</div>
<p>$B$3$NJ8=q$O3F(B Apache <a href="directives.html">$B@_Dj%G%#%l%/%F%#%V(B</a>
$B$r@bL@$9$k$?$a$K;H$o$l$F$$$kMQ8l$r@bL@$7$^$9!#(B</p>
diff --git a/docs/manual/mod/directive-dict.html.ko.euc-kr b/docs/manual/mod/directive-dict.html.ko.euc-kr
index f499aabbc5..482a0ef75f 100644
--- a/docs/manual/mod/directive-dict.html.ko.euc-kr
+++ b/docs/manual/mod/directive-dict.html.ko.euc-kr
@@ -23,6 +23,8 @@
<a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/mod/directive-dict.html" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+ ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
<p>ÀÌ ¹®¼­´Â ¾ÆÆÄÄ¡ <a href="directives.html">¼³Á¤
Áö½Ã¾î</a>¸¦ ¼³¸íÇϴµ¥ »ç¿ëÇÑ ¿ë¾îµéÀ» ¼³¸íÇÑ´Ù.</p>
diff --git a/docs/manual/mod/directive-dict.xml.es b/docs/manual/mod/directive-dict.xml.es
index 07ab28d889..1ba4d4ad5b 100644
--- a/docs/manual/mod/directive-dict.xml.es
+++ b/docs/manual/mod/directive-dict.xml.es
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1.2.2.5 -->
+<!-- English Revision: 1.2.2.5 (outdated: 1.2.2.6) -->
<!--
Copyright 2004 The Apache Software Foundation
diff --git a/docs/manual/mod/directive-dict.xml.ja b/docs/manual/mod/directive-dict.xml.ja
index 35f55fd4d8..4f40df91ab 100644
--- a/docs/manual/mod/directive-dict.xml.ja
+++ b/docs/manual/mod/directive-dict.xml.ja
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-2022-jp"?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 1.2.2.5 -->
+<!-- English Revision: 1.2.2.5 (outdated: 1.2.2.6) -->
<!--
Copyright 2002-2004 The Apache Software Foundation
diff --git a/docs/manual/mod/directive-dict.xml.ko b/docs/manual/mod/directive-dict.xml.ko
index 98b0eacdd8..746d36a8ca 100644
--- a/docs/manual/mod/directive-dict.xml.ko
+++ b/docs/manual/mod/directive-dict.xml.ko
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 1.2.2.5 -->
+<!-- English Revision: 1.2.2.5 (outdated: 1.2.2.6) -->
<!--
Copyright 2003-2004 The Apache Software Foundation
diff --git a/docs/manual/mod/directive-dict.xml.meta b/docs/manual/mod/directive-dict.xml.meta
index ee30a2bc58..71798a1c67 100644
--- a/docs/manual/mod/directive-dict.xml.meta
+++ b/docs/manual/mod/directive-dict.xml.meta
@@ -7,8 +7,8 @@
<variants>
<variant>en</variant>
- <variant>es</variant>
- <variant>ja</variant>
- <variant>ko</variant>
+ <variant outdated="yes">es</variant>
+ <variant outdated="yes">ja</variant>
+ <variant outdated="yes">ko</variant>
</variants>
</metafile>
diff --git a/docs/manual/mod/mod_mime.html.en b/docs/manual/mod/mod_mime.html.en
index e476171c4d..01e8a89b07 100644
--- a/docs/manual/mod/mod_mime.html.en
+++ b/docs/manual/mod/mod_mime.html.en
@@ -923,4 +923,4 @@ extensions</td></tr>
</div><div id="footer">
<p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
+</body></html> \ No newline at end of file
diff --git a/docs/manual/mod/mod_mime.xml.ja b/docs/manual/mod/mod_mime.xml.ja
index ddff9f2698..8931af01cc 100644
--- a/docs/manual/mod/mod_mime.xml.ja
+++ b/docs/manual/mod/mod_mime.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.17 (outdated: 1.18.2.7) -->
+<!-- English Revision: 1.17 (outdated: 1.18.2.8) -->
<!--
Copyright 2002-2004 The Apache Software Foundation