]> granicus.if.org Git - apache/commitdiff
fe80::/16 is for link-scope link-local addresses in IPv6, they are not
authorColm MacCarthaigh <colm@apache.org>
Mon, 24 Oct 2005 09:07:42 +0000 (09:07 +0000)
committerColm MacCarthaigh <colm@apache.org>
Mon, 24 Oct 2005 09:07:42 +0000 (09:07 +0000)
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

22 files changed:
docs/manual/bind.xml
docs/manual/bind.xml.de
docs/manual/bind.xml.fr
docs/manual/bind.xml.ja
docs/manual/bind.xml.ko
docs/manual/mod/core.html.de
docs/manual/mod/core.xml
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/mod/mod_authz_host.xml
docs/manual/mod/mod_authz_host.xml.ja
docs/manual/mod/mod_authz_host.xml.ko
docs/manual/mod/mpm_common.xml
docs/manual/mod/mpm_common.xml.de
docs/manual/mod/mpm_common.xml.ja
docs/manual/new_features_2_0.xml
docs/manual/new_features_2_0.xml.de
docs/manual/new_features_2_0.xml.fr
docs/manual/new_features_2_0.xml.ja
docs/manual/new_features_2_0.xml.ko
docs/manual/new_features_2_0.xml.pt-br
docs/manual/new_features_2_0.xml.ru

index 981d2fa28731e17b1febbe28272320b3b2287a32..a760d07d7aa62bde1ce48d64968c7214e974a766 100644 (file)
@@ -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>
 
index 870eef474de7f3baaef3a85acdfcfaea51a6abe4..c6ee98e6c49d2b8f3c7b1c46a2d4a19fa18ddf78 100644 (file)
@@ -88,7 +88,7 @@
       Klammern angegeben werden:</p>
 
     <example>
-      Listen [fe80::a00:20ff:fea7:ccea]:80
+      Listen [2001:db8::a00:20ff:fea7:ccea]:80
     </example>
   </section>
 
index bc69da905e6f92196a97eab15fc9c66b7f733e5e..6a0b9cdffd0b86082ab2464cec0576ca9f81e879 100644 (file)
@@ -92,7 +92,7 @@
         entre crochets de la fa&#231;on suivante :</p>
 
         <example>
-            Listen [fe80::a00:20ff:fea7:ccea]:80
+            Listen [2001:db8::a00:20ff:fea7:ccea]:80
         </example>
     </section>
 
index 19bae75685cc9c076dc50bfe0462b5fc2c1f3e91..580fb9cea43c72bc22a64d4cbab34a83509cdbad 100644 (file)
@@ -87,7 +87,7 @@
     IPv6 \e$B%"%I%l%9$O!"3Q3g8L$G<!$NNc$N$h$&$K0O$^$J$1$l$P$$$1$^$;$s!#\e(B</p>
 
     <example>
-      Listen [fe80::a00:20ff:fea7:ccea]:80
+      Listen [2001:db8::a00:20ff:fea7:ccea]:80
     </example>
   </section>
 
index a4d2a424e535e3b6b5b122bab79c98de51ffe75a..a98cdaffcee0722ba5ab0d5c08078cca28cc2559 100644 (file)
@@ -81,7 +81,7 @@
     <p>IPv6 ÁּҴ ´ÙÀ½°ú °°ÀÌ ´ë°ýÈ£·Î ¹­¾î¾ß ÇÑ´Ù:</p>
 
     <example>
-      Listen [fe80::a00:20ff:fea7:ccea]:80
+      Listen [2001:db8::a00:20ff:fea7:ccea]:80
     </example>
   </section>
 
index d2fa2f7fb3ac82cd0dc08cea4f8661833575763e..ba63b1d40589c036d71dea2ec05d5d648e9116c3 100644 (file)
@@ -2283,7 +2283,7 @@ virtueller Hosts</td></tr>
     eckige Klammern eingeschlossen werden:</p>
 
     <div class="example"><p><code>
-      NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080
+      NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080
     </code></p></div>
 
     <p>Um an allen Schnittstellen Anfragen zu empfangen, können Sie
@@ -3279,7 +3279,7 @@ IP-Adressen angewendet werden</td></tr>
     IPv6-Beispiel:</p>
 
     <div class="example"><p><code>
-      &lt;VirtualHost [fe80::a00:20ff:fea7:ccea]&gt;<br />
+      &lt;VirtualHost [2001:db8::a00:20ff:fea7:ccea]&gt;<br />
       <span class="indent">
         ServerAdmin webmaster@host.example.com<br />
         DocumentRoot /www/docs/host.example.com<br />
@@ -3354,4 +3354,4 @@ IP-Adressen angewendet werden</td></tr>
 </div><div id="footer">
 <p class="apache">Copyright 1995-2005 The Apache Software Foundation or its licensors, as applicable.<br />Lizenziert unter der <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Module</a> | <a href="../mod/directives.html">Direktiven</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossar</a> | <a href="../sitemap.html">Seitenindex</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>
index 9202d978fc3d71fdd24d5801210c0d73632938e7..a2c6faa23dbb815f9cf18376b406913a12a4dd06 100644 (file)
@@ -2191,7 +2191,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
@@ -3176,7 +3176,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 />
index 9bb7b4fd87334cb1bce8ca89080f1a004f94e0b2..e3f86cd719d74c3f90626b6928f3fd93c50e8a34 100644 (file)
@@ -2254,7 +2254,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
@@ -3227,7 +3227,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 />
index b09fdfc244bad36185df63b0165f194e5397bb2e..f76fe55a973a2d6da8db43841a962d37812a9981 100644 (file)
@@ -2174,7 +2174,7 @@ module="core">Directory</directive></seealso>
     <p>IPV6 \e$B$N%"%I%l%9$O<!$NNc$N$h$&$K3Q3g8L$G0O$`I,MW$,$"$j$^$9\e(B:</p>
  
     <example>
-      NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080
+      NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080
     </example>
 
     <p>\e$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!"\e(B
@@ -3103,7 +3103,7 @@ module="core">Directory</directive></seealso>
     \e$B3Q3g8L$G3g$C$F;XDj$9$kI,MW$,$"$j$^$9!#<!$O\e(B IPv6 \e$B$NNc$G$9\e(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 />
index 6baf0a4436a64be22917762cb112f928699b5c5f..915aaecc6a8a494bbe406885311320aa9c6b5fe1 100644 (file)
@@ -158,8 +158,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
index e2bc1ba7fdae3811434866c848f8640c5ff14896..0e1883516779e205ab3d998906a6dc25d286b471 100644 (file)
     <p>IPv6 \e$B%"%I%l%9$H\e(B IPv6 \e$B$N%5%V%M%C%H$O0J2<$N$h$&$K;XDj$G$-$^$9\e(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> \e$B%G%#%l%/%F%#%V$N0z?t$N;0$DL\$N7A<0$O!"\e(B
index 76ab7186d5c9ae5c9ddfb442e590434c87c7bb7d..573d771dec624a5d8def21f3cf6b22d6c2d1efbf 100644 (file)
     ÀÖ´Ù:</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> Áö½Ã¾î ¾Æ±Ô¸ÕÆ®ÀÇ ¼¼¹ø°
index 2142ba3c9c18a55b4c511da704ff788e08b78a4f..34eb8867955b87569e566e8106ae5ddac690b729 100644 (file)
@@ -329,7 +329,7 @@ The <var>protocol</var> argument was added in 2.1.5</compatibility>
     following example:</p>
 
     <example>
-      Listen [fe80::a00:20ff:fea7:ccea]:80
+      Listen [2001:db8::a00:20ff:fea7:ccea]:80
     </example>
 
     <p>The optional <var>protocol</var> argument is not required for most 
index 549be5e028599dca1fbdbaca562fe92589a60b09..367ef8d520d3caf48f9ff1bd54cb177ce6d10011 100644 (file)
@@ -320,7 +320,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>
index ae450063f49cf22a7282333418513815bdcff805..e21014877bc6f1442f9d6e04c96df4fe194e9545 100644 (file)
@@ -315,7 +315,7 @@ accept \e$B$7$h$&$H$7$F$$$k$H$-$K!"\e(BApache \e$B$,$=$l$i$N;R%W%m%;%9$rD>Ns2=$9$k$
     \e$BNc$($P<!$NNc$N$h$&$K$G$9!#\e(B</p>
 
     <example>
-       Listen [fe80::a00:20ff:fea7:ccea]:80
+       Listen [2001:db8::a00:20ff:fea7:ccea]:80
     </example>
 
     <p><var>protocol</var> \e$B%*%W%7%g%s0z?t$ODL>o$N@_Dj$G$OI,MW$"$j$^$;$s!#\e(B
index a9598506d06b286a9a6cb703349ce9f8224047ca..dcc8b0232544924b66fe5eeba7470f1be6bfa9d0 100644 (file)
@@ -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>
 
index e95a0201d71138a0ea88fbfa7972ec8df62a65d2..a678034a41d889127e8067043867134350f38c73 100644 (file)
@@ -87,7 +87,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>
 
index 5c869e25326c3ea2c6a371788aa43548c26e3958..00ccf838f25a9de5d30ea9ad3c8add13052251a4 100644 (file)
@@ -83,7 +83,7 @@
             de connexions IPv6. Les directives <directive module="mpm_common">Listen</directive>, 
             <directive module="core">NameVirtualHost</directive> et 
             <directive module="core">VirtualHost</directive> supportent &#233;galement 
-            les adresses IPv6 (comme par exemple, dans "<code>Listen[fe80::1]:8080</code>").</dd>
+            les adresses IPv6 (comme par exemple, dans "<code>Listen[2001:db8::1]:8080</code>").</dd>
 
             <dt>Filtering</dt>
 
             module="mod_auth_dbm">AuthDBMType</directive>.</dd>
         </dl>
     </section>
-</manualpage>
\ No newline at end of file
+</manualpage>
index babdaf5e57637a83115248418f38a3baeea28cc1..228e51c0303dcc565b9ffcd359e3d707c1e5efe1 100644 (file)
@@ -85,7 +85,7 @@
       <directive module="core">VirtualHost</directive>
       \e$B$N3F%G%#%l%/%F%#%V$,\e(B IPv6 \e$B$N%"%I%l%9$r\e(B
       \e$B%5%]!<%H$9$k$h$&$K$J$j$^$7$?\e(B (\e$BNc$($P!"\e(B
-      "<code>Listen [fe80::1]:8080</code>")\e$B!#\e(B</dd>
+      "<code>Listen [2001:db8::1]:8080</code>")\e$B!#\e(B</dd>
 
       <dt>\e$B%U%#%k%?\e(B</dt>
 
index 1e6135c54e6c27caafa753613bf5e5e13592cef0..a2f7009b278cffbf0549520ef3f8c6c416f314da 100644 (file)
@@ -76,7 +76,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>
 
index 94a15caf6ecac296ecdff98ed69783acb006d318..ead1e31d65e6c480e91134321f73ffb190c1fbf9 100644 (file)
@@ -81,7 +81,7 @@
       >NameVirtualHost</directive> e <directive module="core"
       >VirtualHost</directive>, suportam correntes (strings) de
       endere&#231;os num&#233;ricos do tipo IPv6. (ex. "<code>Listen
-      [fe80::1]:8080</code>").</dd>
+      [2001:db8::1]:8080</code>").</dd>
 
       <dt>Filtrando</dt>
 
index 39308f1d390a42a20ace8b4ba7768f69a6d37064..e1178baa9ae0cdc152b22a8ed1ca6d83355ccfb1 100644 (file)
@@ -96,7 +96,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>