You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/10/24 12:17:53 UTC

svn commit: r328025 - in /httpd/httpd/branches/2.2.x/docs/manual: ./ mod/

Author: colm
Date: Mon Oct 24 03:17:38 2005
New Revision: 328025

URL: http://svn.apache.org/viewcvs?rev=328025&view=rev
Log:
Merge r327999 from trunk:

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.


Modified:
    httpd/httpd/branches/2.2.x/docs/manual/bind.xml
    httpd/httpd/branches/2.2.x/docs/manual/bind.xml.de
    httpd/httpd/branches/2.2.x/docs/manual/bind.xml.fr
    httpd/httpd/branches/2.2.x/docs/manual/bind.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/bind.xml.ko
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.de
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.de
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml.ko
    httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml
    httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.de
    httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml
    httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.de
    httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.fr
    httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ko
    httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.pt-br
    httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ru

Modified: httpd/httpd/branches/2.2.x/docs/manual/bind.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/bind.xml?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/bind.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/bind.xml Mon Oct 24 03:17:38 2005
@@ -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>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/bind.xml.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/bind.xml.de?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/bind.xml.de (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/bind.xml.de Mon Oct 24 03:17:38 2005
@@ -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>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/bind.xml.fr
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/bind.xml.fr?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/bind.xml.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/bind.xml.fr Mon Oct 24 03:17:38 2005
@@ -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>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/bind.xml.ja
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/bind.xml.ja?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/bind.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/bind.xml.ja [iso-2022-jp] Mon Oct 24 03:17:38 2005
@@ -87,7 +87,7 @@
     IPv6 アドレスは、角括弧で次の例のように囲まなければいけません。</p>
 
     <example>
-      Listen [fe80::a00:20ff:fea7:ccea]:80
+      Listen [2001:db8::a00:20ff:fea7:ccea]:80
     </example>
   </section>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/bind.xml.ko
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/bind.xml.ko?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/bind.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/bind.xml.ko [euc-kr] Mon Oct 24 03:17:38 2005
@@ -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>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.de?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.de (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.de Mon Oct 24 03:17:38 2005
@@ -2283,7 +2283,7 @@
     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 @@
     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 @@
 </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>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Mon Oct 24 03:17:38 2005
@@ -2191,7 +2191,7 @@
     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
@@ -3173,7 +3173,7 @@
     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 />

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.de?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.de (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.de Mon Oct 24 03:17:38 2005
@@ -2254,7 +2254,7 @@
     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 @@
     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 />

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.ja
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.ja?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.ja [iso-2022-jp] Mon Oct 24 03:17:38 2005
@@ -2174,7 +2174,7 @@
     <p>IPV6 のアドレスは次の例のように角括弧で囲む必要があります:</p>
  
     <example>
-      NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080
+      NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080
     </example>
 
     <p>すべてのインタフェースへのリクエストを受け取るようにするためには、
@@ -2389,7 +2389,7 @@
        Require group admin
     </example>
 
-    <p>このようにして適用され$?%"%/%;%9@)8f$O!"<strong>全ての</strong>メソッドに
+    <p>このようにして適用$5$l$?%"%/%;%9@)8f$O!"<strong>全ての</strong>メソッドに
     対して行なわれます。
     <strong>通常は、これが望ましい動作です。</strong>
     もし、特定のメソッドに対してのみアクセスの制御を適用し、
@@ -3103,7 +3103,7 @@
     角括弧で括って指定する必要があります。次は IPv6 の例です:</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 />

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml Mon Oct 24 03:17:38 2005
@@ -158,8 +158,8 @@
     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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml.ja
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml.ja?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml.ja [iso-2022-jp] Mon Oct 24 03:17:38 2005
@@ -158,8 +158,8 @@
     <p>IPv6 アドレスと IPv6 のサブネットは以下のように指定できます:</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> ディレクティブの引数の三つ目の形式は、

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml.ko
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml.ko?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authz_host.xml.ko [euc-kr] Mon Oct 24 03:17:38 2005
@@ -147,8 +147,8 @@
     있다:</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> 지시어 아규먼트의 세번째

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml Mon Oct 24 03:17:38 2005
@@ -329,7 +329,7 @@
     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 

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.de?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.de (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.de Mon Oct 24 03:17:38 2005
@@ -320,7 +320,7 @@
     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>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.ja
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.ja?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml.ja [iso-2022-jp] Mon Oct 24 03:17:38 2005
@@ -315,7 +315,7 @@
     例えば次の例のようにです。</p>
 
     <example>
-       Listen [fe80::a00:20ff:fea7:ccea]:80
+       Listen [2001:db8::a00:20ff:fea7:ccea]:80
     </example>
 
     <p><var>protocol</var> オプション引数は通常の設定では必要ありません。

Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml Mon Oct 24 03:17:38 2005
@@ -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>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.de
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.de?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.de (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.de Mon Oct 24 03:17:38 2005
@@ -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>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.fr
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.fr?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.fr Mon Oct 24 03:17:38 2005
@@ -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>
 
@@ -235,4 +235,4 @@
             module="mod_auth_dbm">AuthDBMType</directive>.</dd>
         </dl>
     </section>
-</manualpage>
\ No newline at end of file
+</manualpage>

Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ja
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ja?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ja [iso-2022-jp] Mon Oct 24 03:17:38 2005
@@ -85,7 +85,7 @@
       <directive module="core">VirtualHost</directive>
       の各ディレクティブが IPv6 のアドレスを
       サポートするようになりました (例えば、
-      "<code>Listen [fe80::1]:8080</code>")。</dd>
+      "<code>Listen [2001:db8::1]:8080</code>")。</dd>
 
       <dt>フィルタ</dt>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ko
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ko?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ko [euc-kr] Mon Oct 24 03:17:38 2005
@@ -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>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.pt-br
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.pt-br?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.pt-br (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.pt-br Mon Oct 24 03:17:38 2005
@@ -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>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ru
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ru?rev=328025&r1=328024&r2=328025&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ru [koi8-r] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/new_features_2_0.xml.ru [koi8-r] Mon Oct 24 03:17:38 2005
@@ -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>