From 6d9c3cee779a04b9b5a578e1503dd159b61e28ed Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Mon, 24 Oct 2005 09:07:42 +0000 Subject: [PATCH] fe80::/16 is for link-scope link-local addresses in IPv6, they are not for goign 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/trunk@327999 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/bind.xml | 2 +- docs/manual/bind.xml.de | 2 +- docs/manual/bind.xml.fr | 2 +- docs/manual/bind.xml.ja | 2 +- docs/manual/bind.xml.ko | 2 +- docs/manual/mod/core.html.de | 6 +++--- docs/manual/mod/core.xml | 4 ++-- docs/manual/mod/core.xml.de | 4 ++-- docs/manual/mod/core.xml.ja | 4 ++-- docs/manual/mod/mod_authz_host.xml | 4 ++-- docs/manual/mod/mod_authz_host.xml.ja | 4 ++-- docs/manual/mod/mod_authz_host.xml.ko | 4 ++-- docs/manual/mod/mpm_common.xml | 2 +- docs/manual/mod/mpm_common.xml.de | 2 +- docs/manual/mod/mpm_common.xml.ja | 2 +- docs/manual/new_features_2_0.xml | 2 +- docs/manual/new_features_2_0.xml.de | 2 +- docs/manual/new_features_2_0.xml.fr | 4 ++-- docs/manual/new_features_2_0.xml.ja | 2 +- docs/manual/new_features_2_0.xml.ko | 2 +- docs/manual/new_features_2_0.xml.pt-br | 2 +- docs/manual/new_features_2_0.xml.ru | 2 +- 22 files changed, 31 insertions(+), 31 deletions(-) diff --git a/docs/manual/bind.xml b/docs/manual/bind.xml index 981d2fa287..a760d07d7a 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.de b/docs/manual/bind.xml.de index 870eef474d..c6ee98e6c4 100644 --- a/docs/manual/bind.xml.de +++ b/docs/manual/bind.xml.de @@ -88,7 +88,7 @@ Klammern angegeben werden:

- 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 bc69da905e..6a0b9cdffd 100644 --- a/docs/manual/bind.xml.fr +++ b/docs/manual/bind.xml.fr @@ -92,7 +92,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 19bae75685..580fb9cea4 100644 --- a/docs/manual/bind.xml.ja +++ b/docs/manual/bind.xml.ja @@ -87,7 +87,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 a4d2a424e5..a98cdaffce 100644 --- a/docs/manual/bind.xml.ko +++ b/docs/manual/bind.xml.ko @@ -81,7 +81,7 @@

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

- Listen [fe80::a00:20ff:fea7:ccea]:80 + Listen [2001:db8::a00:20ff:fea7:ccea]:80 diff --git a/docs/manual/mod/core.html.de b/docs/manual/mod/core.html.de index d2fa2f7fb3..ba63b1d405 100644 --- a/docs/manual/mod/core.html.de +++ b/docs/manual/mod/core.html.de @@ -2283,7 +2283,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 @@ -3279,7 +3279,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
@@ -3354,4 +3354,4 @@ IP-Adressen angewendet werden

- \ No newline at end of file + diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 9202d978fc..a2c6faa23d 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2191,7 +2191,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 @@ -3176,7 +3176,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 9bb7b4fd87..e3f86cd719 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -2254,7 +2254,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 @@ -3227,7 +3227,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.ja b/docs/manual/mod/core.xml.ja index b09fdfc244..f76fe55a97 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -2174,7 +2174,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_authz_host.xml b/docs/manual/mod/mod_authz_host.xml index 6baf0a4436..915aaecc6a 100644 --- a/docs/manual/mod/mod_authz_host.xml +++ b/docs/manual/mod/mod_authz_host.xml @@ -158,8 +158,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_authz_host.xml.ja b/docs/manual/mod/mod_authz_host.xml.ja index e2bc1ba7fd..0e18835167 100644 --- a/docs/manual/mod/mod_authz_host.xml.ja +++ b/docs/manual/mod/mod_authz_host.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/mod_authz_host.xml.ko b/docs/manual/mod/mod_authz_host.xml.ko index 76ab7186d5..573d771dec 100644 --- a/docs/manual/mod/mod_authz_host.xml.ko +++ b/docs/manual/mod/mod_authz_host.xml.ko @@ -147,8 +147,8 @@ ÀÖ´Ù:

- 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 Áö½Ã¾î ¾Æ±Ô¸ÕÆ®ÀÇ ¼¼¹øÂ° diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 2142ba3c9c..34eb886795 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -329,7 +329,7 @@ The protocol argument was added in 2.1.5 following example:

- Listen [fe80::a00:20ff:fea7:ccea]:80 + Listen [2001:db8::a00:20ff:fea7:ccea]:80

The optional protocol argument is not required for most diff --git a/docs/manual/mod/mpm_common.xml.de b/docs/manual/mod/mpm_common.xml.de index 549be5e028..367ef8d520 100644 --- a/docs/manual/mod/mpm_common.xml.de +++ b/docs/manual/mod/mpm_common.xml.de @@ -320,7 +320,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.ja b/docs/manual/mod/mpm_common.xml.ja index ae450063f4..e21014877b 100644 --- a/docs/manual/mod/mpm_common.xml.ja +++ b/docs/manual/mod/mpm_common.xml.ja @@ -315,7 +315,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

protocol $B%*%W%7%g%s0z?t$ODL>o$N@_Dj$G$OI,MW$"$j$^$;$s!#(B 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, 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 e95a0201d7..a678034a41 100644 --- a/docs/manual/new_features_2_0.xml.de +++ b/docs/manual/new_features_2_0.xml.de @@ -87,7 +87,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.fr b/docs/manual/new_features_2_0.xml.fr index 5c869e2532..00ccf838f2 100644 --- a/docs/manual/new_features_2_0.xml.fr +++ b/docs/manual/new_features_2_0.xml.fr @@ -83,7 +83,7 @@ de connexions IPv6. Les directives Listen, NameVirtualHost et VirtualHost supportent également - les adresses IPv6 (comme par exemple, dans "Listen[fe80::1]:8080"). + les adresses IPv6 (comme par exemple, dans "Listen[2001:db8::1]:8080").
Filtering
@@ -235,4 +235,4 @@ module="mod_auth_dbm">AuthDBMType. - \ No newline at end of file + diff --git a/docs/manual/new_features_2_0.xml.ja b/docs/manual/new_features_2_0.xml.ja index babdaf5e57..228e51c030 100644 --- a/docs/manual/new_features_2_0.xml.ja +++ b/docs/manual/new_features_2_0.xml.ja @@ -85,7 +85,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 1e6135c54e..a2f7009b27 100644 --- a/docs/manual/new_features_2_0.xml.ko +++ b/docs/manual/new_features_2_0.xml.ko @@ -76,7 +76,7 @@ NameVirtualHost, VirtualHost Áö½Ã¾î°¡ IPv6 ¼ýÀÚ ÁÖ¼Ò¸¦ Áö¿øÇÑ´Ù. (¿¹, - "Listen [fe80::1]:8080"). + "Listen [2001:db8::1]:8080").
ÇÊÅ͸µ
diff --git a/docs/manual/new_features_2_0.xml.pt-br b/docs/manual/new_features_2_0.xml.pt-br index 94a15caf6e..ead1e31d65 100644 --- a/docs/manual/new_features_2_0.xml.pt-br +++ b/docs/manual/new_features_2_0.xml.pt-br @@ -81,7 +81,7 @@ >NameVirtualHost e VirtualHost, suportam correntes (strings) de endereços numéricos do tipo IPv6. (ex. "Listen - [fe80::1]:8080"). + [2001:db8::1]:8080").
Filtrando
diff --git a/docs/manual/new_features_2_0.xml.ru b/docs/manual/new_features_2_0.xml.ru index 39308f1d39..e1178baa9a 100644 --- a/docs/manual/new_features_2_0.xml.ru +++ b/docs/manual/new_features_2_0.xml.ru @@ -96,7 +96,7 @@ module="mpm_common">Listen, NameVirtualHost É VirtualHost ÍÏÇÕÔ ÒÁÂÏÔÁÔØ Ó ÁÄÒÅÓÎÙÍÉ ÓÔÒÏËÁÍÉ, - ÚÁÄÁÎÎÙÍÉ × ÆÏÒÍÁÔÅ IPv6 (Ô.Å. ÎÁÐÒÉÍÅÒ "Listen [fe80::1]:8080"). + ÚÁÄÁÎÎÙÍÉ × ÆÏÒÍÁÔÅ IPv6 (Ô.Å. ÎÁÐÒÉÍÅÒ "Listen [2001:db8::1]:8080").
éÓÐÏÌØÚÏ×ÁÎÉÅ ÆÉÌØÔÒÏ×
-- 2.50.0