From: Colm MacCarthaigh Date: Mon, 24 Oct 2005 11:09:33 +0000 (+0000) Subject: fe80::/16 is for link-scope link-local addresses in IPv6, they are not X-Git-Tag: 2.0.56~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53142560e0b2ebfcd2675ed50ac7df5e19924ab;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/bind.xml b/docs/manual/bind.xml index b3ccf1b530a..bf7d43088dd 100644 --- a/docs/manual/bind.xml +++ b/docs/manual/bind.xml @@ -88,7 +88,7 @@ following example:

- Listen [fe80::a00:20ff:fea7:ccea]:80 + Listen [2001:db8::a00:20ff:fea7:ccea]:80 diff --git a/docs/manual/bind.xml.es b/docs/manual/bind.xml.es index 5c3e3efe5f2..7086bea3c90 100644 --- a/docs/manual/bind.xml.es +++ b/docs/manual/bind.xml.es @@ -92,7 +92,7 @@

Las direcciones IPv6 deben escribirse entre corchetes, como en el siguiente ejemplo:

- Listen [fe80::a00:20ff:fea7:ccea]:80 + Listen [2001:db8::a00:20ff:fea7:ccea]:80 diff --git a/docs/manual/bind.xml.fr b/docs/manual/bind.xml.fr index 3e93a8ac359..0ac0f1615f4 100644 --- a/docs/manual/bind.xml.fr +++ b/docs/manual/bind.xml.fr @@ -93,7 +93,7 @@ entre crochets de la façon suivante :

- Listen [fe80::a00:20ff:fea7:ccea]:80 + Listen [2001:db8::a00:20ff:fea7:ccea]:80 diff --git a/docs/manual/bind.xml.ja b/docs/manual/bind.xml.ja index 91ea3df5166..988560a245a 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 - Listen [fe80::a00:20ff:fea7:ccea]:80 + Listen [2001:db8::a00:20ff:fea7:ccea]:80 diff --git a/docs/manual/bind.xml.ko b/docs/manual/bind.xml.ko index a2c1aa12eea..2b98350ecb6 100644 --- a/docs/manual/bind.xml.ko +++ b/docs/manual/bind.xml.ko @@ -79,7 +79,7 @@

IPv6 ÁÖ¼Ò´Â ´ÙÀ½°ú °°ÀÌ ´ë°ýÈ£·Î ¹­¾î¾ß ÇÑ´Ù:

- Listen [fe80::a00:20ff:fea7:ccea]:80 + Listen [2001:db8::a00:20ff:fea7:ccea]:80 diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a0f1224196f..1b8d638cb86 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2144,7 +2144,7 @@ hosting in the following example:

- NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080 + NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080

To receive requests on all interfaces, you can use an argument of @@ -3119,7 +3119,7 @@ hostname or IP address IPv6 example is shown below:

- <VirtualHost [fe80::a00:20ff:fea7:ccea]>
+ <VirtualHost [2001:db8::a00:20ff:fea7:ccea]>
ServerAdmin webmaster@host.example.com
DocumentRoot /www/docs/host.example.com
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index ffa7d9ca941..c3e85dcfaca 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -2278,7 +2278,7 @@ virtueller Hosts eckige Klammern eingeschlossen werden:

- NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080 + NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080

Um an allen Schnittstellen Anfragen zu empfangen, können Sie @@ -3275,7 +3275,7 @@ IP-Adressen angewendet werden IPv6-Beispiel:

- <VirtualHost [fe80::a00:20ff:fea7:ccea]>
+ <VirtualHost [2001:db8::a00:20ff:fea7:ccea]>
ServerAdmin webmaster@host.example.com
DocumentRoot /www/docs/host.example.com
diff --git a/docs/manual/mod/core.xml.es b/docs/manual/mod/core.xml.es index 643a1360115..2ede920cc7a 100644 --- a/docs/manual/mod/core.xml.es +++ b/docs/manual/mod/core.xml.es @@ -2309,7 +2309,7 @@ persistente muestra en el siguiente ejemplo:

- NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080 + NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080

Para recibir peticiones en todas las interfaces de red, puede @@ -3312,7 +3312,7 @@ de host específico o dirección IP así. Un ejemplo de dirección IPv6 se mustra aquí abajo:

- <VirtualHost [fe80::a00:20ff:fea7:ccea]>
+ <VirtualHost [2001:db8::a00:20ff:fea7:ccea]>
ServerAdmin webmaster@host.example.com
DocumentRoot /www/docs/host.example.com
diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 6257dddcd5e..2b40b474aeb 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -2118,7 +2118,7 @@ module="core">Directory

IPV6 $B$N%"%I%l%9$O - NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080 + NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080

$B$9$Y$F$N%$%s%?%U%'!<%9$X$N%j%/%(%9%H$rDirectory $B3Q3g8L$G3g$C$F;XDj$9$kI,MW$,$"$j$^$9!# - <VirtualHost [fe80::a00:20ff:fea7:ccea]>
+ <VirtualHost [2001:db8::a00:20ff:fea7:ccea]>
ServerAdmin webmaster@host.example.com
DocumentRoot /www/docs/host.example.com
diff --git a/docs/manual/mod/mod_access.xml b/docs/manual/mod/mod_access.xml index d4e750c0c38..f5fc9ec88de 100644 --- a/docs/manual/mod/mod_access.xml +++ b/docs/manual/mod/mod_access.xml @@ -161,8 +161,8 @@ server below:

- Allow from fe80::a00:20ff:fea7:ccea
- Allow from fe80::a00:20ff:fea7:ccea/10 + Allow from 2001:db8::a00:20ff:fea7:ccea
+ Allow from 2001:db8::a00:20ff:fea7:ccea/10

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 5be74a71136..c55daa7ba85 100644 --- a/docs/manual/mod/mod_access.xml.ja +++ b/docs/manual/mod/mod_access.xml.ja @@ -158,8 +158,8 @@

IPv6 $B%"%I%l%9$H(B IPv6 $B$N%5%V%M%C%H$O0J2<$N$h$&$K;XDj$G$-$^$9(B:

- Allow from fe80::a00:20ff:fea7:ccea
- Allow from fe80::a00:20ff:fea7:ccea/10 + Allow from 2001:db8::a00:20ff:fea7:ccea
+ Allow from 2001:db8::a00:20ff:fea7:ccea/10

Allow $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 704f091fc6a..274d701218f 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -316,7 +316,7 @@ listens to following example:

- Listen [fe80::a00:20ff:fea7:ccea]:80 + Listen [2001:db8::a00:20ff:fea7:ccea]:80 Error condition diff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de index ffa1af30bf1..1b66e6e9d13 100644 --- a/docs/manual/mod/mpm_common.xml.de +++ b/docs/manual/mod/mpm_common.xml.de @@ -332,7 +332,7 @@ ablegt Klammern eingeschlossen werden:

- Listen [fe80::a00:20ff:fea7:ccea]:80 + Listen [2001:db8::a00:20ff:fea7:ccea]:80 Fehlermöglichkeit diff --git a/docs/manual/mod/mpm_common.xml.es b/docs/manual/mod/mpm_common.xml.es index 9c4e6e998c4..6168109cd7a 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) el siguiente ejemplo:

- Listen [fe80::a00:20ff:fea7:ccea]:80 + Listen [2001:db8::a00:20ff:fea7:ccea]:80 Condición de error Varias directivas diff --git a/docs/manual/mod/mpm_common.xml.ja b/docs/manual/mod/mpm_common.xml.ja index 3655b8009f0..94e9004d139 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 - Listen [fe80::a00:20ff:fea7:ccea]:80 + Listen [2001:db8::a00:20ff:fea7:ccea]:80 $B%(%i!<>r7o(B diff --git a/docs/manual/new_features_2_0.xml b/docs/manual/new_features_2_0.xml index a9598506d06..dcc8b023254 100644 --- a/docs/manual/new_features_2_0.xml +++ b/docs/manual/new_features_2_0.xml @@ -83,7 +83,7 @@ >NameVirtualHost, and VirtualHost directives support IPv6 numeric address strings (e.g., "Listen - [fe80::1]:8080"). + [2001:db8::1]:8080").
Filtering
diff --git a/docs/manual/new_features_2_0.xml.de b/docs/manual/new_features_2_0.xml.de index 6a25d22d79f..ef8330286a9 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, NameVirtualHost und VirtualHost numerische IPv6-Adressangaben - (z.B., "Listen [fe80::1]:8080"). + (z.B., "Listen [2001:db8::1]:8080").
Filterung
diff --git a/docs/manual/new_features_2_0.xml.es b/docs/manual/new_features_2_0.xml.es index e897898ebf6..5faaf06215d 100644 --- a/docs/manual/new_features_2_0.xml.es +++ b/docs/manual/new_features_2_0.xml.es @@ -91,7 +91,7 @@ versión 1.3 a la 2.0 >NameVirtualHost, y VirtualHost soportan direcciones IPv6 numéricas (por ejemplo, "Listen - [fe80::1]:8080"). + [2001:db8::1]:8080").
Filtros
diff --git a/docs/manual/new_features_2_0.xml.ja b/docs/manual/new_features_2_0.xml.ja index b95b23459a8..8b3edfe496b 100644 --- a/docs/manual/new_features_2_0.xml.ja +++ b/docs/manual/new_features_2_0.xml.ja @@ -84,7 +84,7 @@ VirtualHost $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 - "Listen [fe80::1]:8080")$B!#(B + "Listen [2001:db8::1]:8080")$B!#(B
$B%U%#%k%?(B
diff --git a/docs/manual/new_features_2_0.xml.ko b/docs/manual/new_features_2_0.xml.ko index fd2c8de896a..68f935e3189 100644 --- a/docs/manual/new_features_2_0.xml.ko +++ b/docs/manual/new_features_2_0.xml.ko @@ -75,7 +75,7 @@ NameVirtualHost, VirtualHost Áö½Ã¾î°¡ IPv6 ¼ýÀÚ ÁÖ¼Ò¸¦ Áö¿øÇÑ´Ù. (¿¹, - "Listen [fe80::1]:8080"). + "Listen [2001:db8::1]:8080").
ÇÊÅ͸µ
diff --git a/docs/manual/new_features_2_0.xml.ru b/docs/manual/new_features_2_0.xml.ru index d651ee31a41..c8bc6b6057c 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, NameVirtualHost É VirtualHost ÍÏÇÕÔ ÒÁÂÏÔÁÔØ Ó ÁÄÒÅÓÎÙÍÉ ÓÔÒÏËÁÍÉ, - ÚÁÄÁÎÎÙÍÉ × ÆÏÒÍÁÔÅ IPv6 (Ô.Å. ÎÁÐÒÉÍÅÒ "Listen [fe80::1]:8080"). + ÚÁÄÁÎÎÙÍÉ × ÆÏÒÍÁÔÅ IPv6 (Ô.Å. ÎÁÐÒÉÍÅÒ "Listen [2001:db8::1]:8080").
éÓÐÏÌØÚÏ×ÁÎÉÅ ÆÉÌØÔÒÏ×