summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorColm MacCarthaigh <colm@apache.org>2005-10-24 11:09:33 +0000
committerColm MacCarthaigh <colm@apache.org>2005-10-24 11:09:33 +0000
commitb53142560e0b2ebfcd2675ed50ac7df5e19924ab (patch)
tree7dfc6dae5bb39a3ee2ed9ea58ad43a8c6ecca2e3 /docs/manual
parent0b9160fee628bf5b3c699fbd6d4e703cacdaf630 (diff)
downloadhttpd-b53142560e0b2ebfcd2675ed50ac7df5e19924ab.tar.gz
fe80::/16 is for link-scope link-local addresses in IPv6, they are not
for going in Listen directives, VirtualHost blocks, or anything like that, and won't work. Perform a mass search and replace: 2001:db8 for fe80. 2001:db8 is the IPv6 documentation prefix. See RFC3849 for more details. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@328032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/bind.xml2
-rw-r--r--docs/manual/bind.xml.es2
-rw-r--r--docs/manual/bind.xml.fr2
-rw-r--r--docs/manual/bind.xml.ja2
-rw-r--r--docs/manual/bind.xml.ko2
-rw-r--r--docs/manual/mod/core.xml4
-rw-r--r--docs/manual/mod/core.xml.de4
-rw-r--r--docs/manual/mod/core.xml.es4
-rw-r--r--docs/manual/mod/core.xml.ja4
-rw-r--r--docs/manual/mod/mod_access.xml4
-rw-r--r--docs/manual/mod/mod_access.xml.ja4
-rw-r--r--docs/manual/mod/mpm_common.xml2
-rw-r--r--docs/manual/mod/mpm_common.xml.de2
-rw-r--r--docs/manual/mod/mpm_common.xml.es2
-rw-r--r--docs/manual/mod/mpm_common.xml.ja2
-rw-r--r--docs/manual/new_features_2_0.xml2
-rw-r--r--docs/manual/new_features_2_0.xml.de2
-rw-r--r--docs/manual/new_features_2_0.xml.es2
-rw-r--r--docs/manual/new_features_2_0.xml.ja2
-rw-r--r--docs/manual/new_features_2_0.xml.ko2
-rw-r--r--docs/manual/new_features_2_0.xml.ru2
21 files changed, 27 insertions, 27 deletions
diff --git a/docs/manual/bind.xml b/docs/manual/bind.xml
index b3ccf1b530..bf7d43088d 100644
--- a/docs/manual/bind.xml
+++ b/docs/manual/bind.xml
@@ -88,7 +88,7 @@
following example:</p>
<example>
- Listen [fe80::a00:20ff:fea7:ccea]:80
+ Listen [2001:db8::a00:20ff:fea7:ccea]:80
</example>
</section>
diff --git a/docs/manual/bind.xml.es b/docs/manual/bind.xml.es
index 5c3e3efe5f..7086bea3c9 100644
--- a/docs/manual/bind.xml.es
+++ b/docs/manual/bind.xml.es
@@ -92,7 +92,7 @@
<p>Las direcciones IPv6 deben escribirse entre corchetes, como en el siguiente ejemplo:</p>
<example>
- Listen [fe80::a00:20ff:fea7:ccea]:80
+ Listen [2001:db8::a00:20ff:fea7:ccea]:80
</example>
</section>
diff --git a/docs/manual/bind.xml.fr b/docs/manual/bind.xml.fr
index 3e93a8ac35..0ac0f1615f 100644
--- a/docs/manual/bind.xml.fr
+++ b/docs/manual/bind.xml.fr
@@ -93,7 +93,7 @@
entre crochets de la façon suivante&nbsp;:</p>
<example>
- Listen [fe80::a00:20ff:fea7:ccea]:80
+ Listen [2001:db8::a00:20ff:fea7:ccea]:80
</example>
</section>
diff --git a/docs/manual/bind.xml.ja b/docs/manual/bind.xml.ja
index 91ea3df516..988560a245 100644
--- a/docs/manual/bind.xml.ja
+++ b/docs/manual/bind.xml.ja
@@ -86,7 +86,7 @@
IPv6 $B%"%I%l%9$O!"3Q3g8L$G<!$NNc$N$h$&$K0O$^$J$1$l$P$$$1$^$;$s!#(B</p>
<example>
- Listen [fe80::a00:20ff:fea7:ccea]:80
+ Listen [2001:db8::a00:20ff:fea7:ccea]:80
</example>
</section>
diff --git a/docs/manual/bind.xml.ko b/docs/manual/bind.xml.ko
index a2c1aa12ee..2b98350ecb 100644
--- a/docs/manual/bind.xml.ko
+++ b/docs/manual/bind.xml.ko
@@ -79,7 +79,7 @@
<p>IPv6 ÁÖ¼Ò´Â ´ÙÀ½°ú °°ÀÌ ´ë°ýÈ£·Î ¹­¾î¾ß ÇÑ´Ù:</p>
<example>
- Listen [fe80::a00:20ff:fea7:ccea]:80
+ Listen [2001:db8::a00:20ff:fea7:ccea]:80
</example>
</section>
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index a0f1224196..1b8d638cb8 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -2144,7 +2144,7 @@ hosting</description>
in the following example:</p>
<example>
- NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080
+ NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080
</example>
<p>To receive requests on all interfaces, you can use an argument of
@@ -3119,7 +3119,7 @@ hostname or IP address</description>
IPv6 example is shown below:</p>
<example>
- &lt;VirtualHost [fe80::a00:20ff:fea7:ccea]&gt;<br />
+ &lt;VirtualHost [2001:db8::a00:20ff:fea7:ccea]&gt;<br />
<indent>
ServerAdmin webmaster@host.example.com<br />
DocumentRoot /www/docs/host.example.com<br />
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de
index ffa7d9ca94..c3e85dcfac 100644
--- a/docs/manual/mod/core.xml.de
+++ b/docs/manual/mod/core.xml.de
@@ -2278,7 +2278,7 @@ virtueller Hosts</description>
eckige Klammern eingeschlossen werden:</p>
<example>
- NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080
+ NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080
</example>
<p>Um an allen Schnittstellen Anfragen zu empfangen, k&ouml;nnen Sie
@@ -3275,7 +3275,7 @@ IP-Adressen angewendet werden</description>
IPv6-Beispiel:</p>
<example>
- &lt;VirtualHost [fe80::a00:20ff:fea7:ccea]&gt;<br />
+ &lt;VirtualHost [2001:db8::a00:20ff:fea7:ccea]&gt;<br />
<indent>
ServerAdmin webmaster@host.example.com<br />
DocumentRoot /www/docs/host.example.com<br />
diff --git a/docs/manual/mod/core.xml.es b/docs/manual/mod/core.xml.es
index 643a136011..2ede920cc7 100644
--- a/docs/manual/mod/core.xml.es
+++ b/docs/manual/mod/core.xml.es
@@ -2309,7 +2309,7 @@ persistente</description>
muestra en el siguiente ejemplo:</p>
<example>
- NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080
+ NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080
</example>
<p>Para recibir peticiones en todas las interfaces de red, puede
@@ -3312,7 +3312,7 @@ de host espec&#237;fico o direcci&#243;n IP</description>
as&#237;. Un ejemplo de direcci&#243;n IPv6 se mustra aqu&#237; abajo:</p>
<example>
- &lt;VirtualHost [fe80::a00:20ff:fea7:ccea]&gt;<br />
+ &lt;VirtualHost [2001:db8::a00:20ff:fea7:ccea]&gt;<br />
<indent>
ServerAdmin webmaster@host.example.com<br />
DocumentRoot /www/docs/host.example.com<br />
diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja
index 6257dddcd5..2b40b474ae 100644
--- a/docs/manual/mod/core.xml.ja
+++ b/docs/manual/mod/core.xml.ja
@@ -2118,7 +2118,7 @@ module="core">Directory</directive></seealso>
<p>IPV6 $B$N%"%I%l%9$O<!$NNc$N$h$&$K3Q3g8L$G0O$`I,MW$,$"$j$^$9(B:</p>
<example>
- NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080
+ NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080
</example>
<p>$B$9$Y$F$N%$%s%?%U%'!<%9$X$N%j%/%(%9%H$r<u$1<h$k$h$&$K$9$k$?$a$K$O!"(B
@@ -3036,7 +3036,7 @@ module="core">Directory</directive></seealso>
$B3Q3g8L$G3g$C$F;XDj$9$kI,MW$,$"$j$^$9!#<!$O(B IPv6 $B$NNc$G$9(B:</p>
<example>
- &lt;VirtualHost [fe80::a00:20ff:fea7:ccea]&gt;<br />
+ &lt;VirtualHost [2001:db8::a00:20ff:fea7:ccea]&gt;<br />
<indent>
ServerAdmin webmaster@host.example.com<br />
DocumentRoot /www/docs/host.example.com<br />
diff --git a/docs/manual/mod/mod_access.xml b/docs/manual/mod/mod_access.xml
index d4e750c0c3..f5fc9ec88d 100644
--- a/docs/manual/mod/mod_access.xml
+++ b/docs/manual/mod/mod_access.xml
@@ -161,8 +161,8 @@ server</description>
below:</p>
<example>
- Allow from fe80::a00:20ff:fea7:ccea<br />
- Allow from fe80::a00:20ff:fea7:ccea/10
+ Allow from 2001:db8::a00:20ff:fea7:ccea<br />
+ Allow from 2001:db8::a00:20ff:fea7:ccea/10
</example>
<p>The third format of the arguments to the
diff --git a/docs/manual/mod/mod_access.xml.ja b/docs/manual/mod/mod_access.xml.ja
index 5be74a7113..c55daa7ba8 100644
--- a/docs/manual/mod/mod_access.xml.ja
+++ b/docs/manual/mod/mod_access.xml.ja
@@ -158,8 +158,8 @@
<p>IPv6 $B%"%I%l%9$H(B IPv6 $B$N%5%V%M%C%H$O0J2<$N$h$&$K;XDj$G$-$^$9(B:</p>
<example>
- Allow from fe80::a00:20ff:fea7:ccea<br />
- Allow from fe80::a00:20ff:fea7:ccea/10
+ Allow from 2001:db8::a00:20ff:fea7:ccea<br />
+ Allow from 2001:db8::a00:20ff:fea7:ccea/10
</example>
<p><directive>Allow</directive> $B%G%#%l%/%F%#%V$N0z?t$N;0$DL\$N7A<0$O!"(B
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index 704f091fc6..274d701218 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -316,7 +316,7 @@ listens to</description>
following example:</p>
<example>
- Listen [fe80::a00:20ff:fea7:ccea]:80
+ Listen [2001:db8::a00:20ff:fea7:ccea]:80
</example>
<note><title>Error condition</title>
diff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de
index ffa1af30bf..1b66e6e9d1 100644
--- a/docs/manual/mod/mpm_common.xml.de
+++ b/docs/manual/mod/mpm_common.xml.de
@@ -332,7 +332,7 @@ ablegt</description>
Klammern eingeschlossen werden:</p>
<example>
- Listen [fe80::a00:20ff:fea7:ccea]:80
+ Listen [2001:db8::a00:20ff:fea7:ccea]:80
</example>
<note><title>Fehlerm&ouml;glichkeit</title>
diff --git a/docs/manual/mod/mpm_common.xml.es b/docs/manual/mod/mpm_common.xml.es
index 9c4e6e998c..6168109cd7 100644
--- a/docs/manual/mod/mpm_common.xml.es
+++ b/docs/manual/mod/mpm_common.xml.es
@@ -346,7 +346,7 @@ el ID del proceso demonio de escucha (daemon)</description>
el siguiente ejemplo:</p>
<example>
- Listen [fe80::a00:20ff:fea7:ccea]:80
+ Listen [2001:db8::a00:20ff:fea7:ccea]:80
</example>
<note><title>Condici&#243;n de error</title> Varias directivas
diff --git a/docs/manual/mod/mpm_common.xml.ja b/docs/manual/mod/mpm_common.xml.ja
index 3655b8009f..94e9004d13 100644
--- a/docs/manual/mod/mpm_common.xml.ja
+++ b/docs/manual/mod/mpm_common.xml.ja
@@ -323,7 +323,7 @@ accept $B$7$h$&$H$7$F$$$k$H$-$K!"(BApache $B$,$=$l$i$N;R%W%m%;%9$rD>Ns2=$9$k$
$BNc$($P<!$NNc$N$h$&$K$G$9!#(B</p>
<example>
- Listen [fe80::a00:20ff:fea7:ccea]:80
+ Listen [2001:db8::a00:20ff:fea7:ccea]:80
</example>
<note><title>$B%(%i!<>r7o(B</title>
diff --git a/docs/manual/new_features_2_0.xml b/docs/manual/new_features_2_0.xml
index a9598506d0..dcc8b02325 100644
--- a/docs/manual/new_features_2_0.xml
+++ b/docs/manual/new_features_2_0.xml
@@ -83,7 +83,7 @@
>NameVirtualHost</directive>, and <directive module="core"
>VirtualHost</directive> directives support
IPv6 numeric address strings (e.g., "<code>Listen
- [fe80::1]:8080</code>").</dd>
+ [2001:db8::1]:8080</code>").</dd>
<dt>Filtering</dt>
diff --git a/docs/manual/new_features_2_0.xml.de b/docs/manual/new_features_2_0.xml.de
index 6a25d22d79..ef8330286a 100644
--- a/docs/manual/new_features_2_0.xml.de
+++ b/docs/manual/new_features_2_0.xml.de
@@ -86,7 +86,7 @@
module="mpm_common">Listen</directive>, <directive
module="core">NameVirtualHost</directive> und <directive
module="core">VirtualHost</directive> numerische IPv6-Adressangaben
- (z.B., "<code>Listen [fe80::1]:8080</code>").</dd>
+ (z.B., "<code>Listen [2001:db8::1]:8080</code>").</dd>
<dt><strong>Filterung</strong></dt>
diff --git a/docs/manual/new_features_2_0.xml.es b/docs/manual/new_features_2_0.xml.es
index e897898ebf..5faaf06215 100644
--- a/docs/manual/new_features_2_0.xml.es
+++ b/docs/manual/new_features_2_0.xml.es
@@ -91,7 +91,7 @@ versi&#243;n 1.3 a la 2.0</a></seealso>
>NameVirtualHost</directive>, y <directive module="core"
>VirtualHost</directive> soportan direcciones IPv6
num&#233;ricas (por ejemplo, "<code>Listen
- [fe80::1]:8080</code>").</dd>
+ [2001:db8::1]:8080</code>").</dd>
<dt>Filtros</dt>
diff --git a/docs/manual/new_features_2_0.xml.ja b/docs/manual/new_features_2_0.xml.ja
index b95b23459a..8b3edfe496 100644
--- a/docs/manual/new_features_2_0.xml.ja
+++ b/docs/manual/new_features_2_0.xml.ja
@@ -84,7 +84,7 @@
<directive module="core">VirtualHost</directive>
$B$N3F%G%#%l%/%F%#%V$,(B IPv6 $B$N%"%I%l%9$r(B
$B%5%]!<%H$9$k$h$&$K$J$j$^$7$?(B ($BNc$($P!"(B
- "<code>Listen [fe80::1]:8080</code>")$B!#(B</dd>
+ "<code>Listen [2001:db8::1]:8080</code>")$B!#(B</dd>
<dt>$B%U%#%k%?(B</dt>
diff --git a/docs/manual/new_features_2_0.xml.ko b/docs/manual/new_features_2_0.xml.ko
index fd2c8de896..68f935e318 100644
--- a/docs/manual/new_features_2_0.xml.ko
+++ b/docs/manual/new_features_2_0.xml.ko
@@ -75,7 +75,7 @@
<directive module="core">NameVirtualHost</directive>,
<directive module="core">VirtualHost</directive> Áö½Ã¾î°¡
IPv6 ¼ýÀÚ ÁÖ¼Ò¸¦ Áö¿øÇÑ´Ù. (¿¹,
- "<code>Listen [fe80::1]:8080</code>").</dd>
+ "<code>Listen [2001:db8::1]:8080</code>").</dd>
<dt>ÇÊÅ͸µ</dt>
diff --git a/docs/manual/new_features_2_0.xml.ru b/docs/manual/new_features_2_0.xml.ru
index d651ee31a4..c8bc6b6057 100644
--- a/docs/manual/new_features_2_0.xml.ru
+++ b/docs/manual/new_features_2_0.xml.ru
@@ -95,7 +95,7 @@
module="mpm_common">Listen</directive>, <directive module="core"
>NameVirtualHost</directive> É <directive module="core"
>VirtualHost</directive> ÍÏÇÕÔ ÒÁÂÏÔÁÔØ Ó ÁÄÒÅÓÎÙÍÉ ÓÔÒÏËÁÍÉ,
- ÚÁÄÁÎÎÙÍÉ × ÆÏÒÍÁÔÅ IPv6 (Ô.Å. ÎÁÐÒÉÍÅÒ "Listen [fe80::1]:8080").</dd>
+ ÚÁÄÁÎÎÙÍÉ × ÆÏÒÍÁÔÅ IPv6 (Ô.Å. ÎÁÐÒÉÍÅÒ "Listen [2001:db8::1]:8080").</dd>
<dt>éÓÐÏÌØÚÏ×ÁÎÉÅ ÆÉÌØÔÒÏ×</dt>