]> granicus.if.org Git - apache/commitdiff
Use the specified IPv4 prefix for documentation and examples (192.0.2.0/24)
authorColm MacCarthaigh <colm@apache.org>
Wed, 14 Feb 2007 01:34:25 +0000 (01:34 +0000)
committerColm MacCarthaigh <colm@apache.org>
Wed, 14 Feb 2007 01:34:25 +0000 (01:34 +0000)
from RFC3330 rather than non-reserved public internet addresses and some
RFC1918 addresses.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@507346 13f79535-47bb-0310-9956-ffa450edef68

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/dns-caveats.xml
docs/manual/dns-caveats.xml.ja
docs/manual/dns-caveats.xml.ko

index 428df9b9f0c6a8889f373d57c362f08ce2c2eec0..b5c72a98c8261b9ad42097f7a0fd7a3d3e7a8432 100644 (file)
@@ -80,8 +80,8 @@
        and port 8080 on another, use</p>
 
     <example>
-      Listen 192.170.2.1:80<br />
-      Listen 192.170.2.5:8000
+      Listen 192.0.2.1:80<br />
+      Listen 192.0.2.5:8000
     </example>
 
     <p>IPv6 addresses must be enclosed in square brackets, as in the
 
     <example>
       Listen 0.0.0.0:80<br />
-      Listen 192.170.2.1:80
+      Listen 192.0.2.1:80
     </example>
 
     <p>If your platform supports it and you want Apache to handle IPv4 and 
index 8be316336d1c62c5118a821a43fe29bbeb7410a1..bc9873d0a833611fe46b8b34aba58c8ab6288e27 100644 (file)
@@ -82,8 +82,8 @@
     Sie an:</p>
       
     <example>
-      Listen 192.170.2.1:80<br />
-      Listen 192.170.2.5:8000
+      Listen 192.0.2.1:80<br />
+      Listen 192.0.2.5:8000
     </example>
 
     <p>IPv6-Adressen m&uuml;ssen wie im folgenden Beispiel in eckigen
 
     <example>
       Listen 0.0.0.0:80<br />
-      Listen 192.170.2.1:80
+      Listen 192.0.2.1:80
     </example>
 
     <p>Wenn Sie m&ouml;chten, dass der Apache IPv4- und IPv6-Verbindungen an
index 4b493f23f4b943b6d49f2538265b863e184796c7..7ba2507f842f57dc9d14db2f9f4204e44c23bd49 100644 (file)
@@ -84,8 +84,8 @@
         adresses + ports, sp&#233;cifiez :</p>
 
         <example>
-            Listen 192.170.2.1:80<br />
-            Listen 192.170.2.5:8000
+            Listen 192.0.2.1:80<br />
+            Listen 192.0.2.5:8000
         </example>
 
         <p>Les adresses IPv6 sont accept&#233;es, pourvu qu'elles soient sp&#233;cifi&#233;es 
 
         <example>
             Listen 0.0.0.0:80<br />
-            Listen 192.170.2.1:80
+            Listen 192.0.2.1:80
         </example>
 
         <p>Pour qu'Apache manipule les connexions IPv4 et IPv6 sur des interfaces
index c39b107df1ad6c5e3ba51589e979a265762e59dd..0f152abdb793e7c272ddd32724bc738929a6cee3 100644 (file)
@@ -79,8 +79,8 @@
     </p>
 
     <example>
-      Listen 192.170.2.1:80<br />
-      Listen 192.170.2.5:8000
+      Listen 192.0.2.1:80<br />
+      Listen 192.0.2.5:8000
     </example>
 
     <p>\e$B$H$7$^$9!#\e(B
 
     <example>
       Listen 0.0.0.0:80<br />
-      Listen 192.170.2.1:80
+      Listen 192.0.2.1:80
     </example>
 
     <p>\e$B>r7o$rK~$?$9%W%i%C%H%[!<%`$G!"\e(BApache \e$B$,\e(B
index ee07dfb845865a889a9e715d2e4575e6b8a83bfc..6d59c7c109848b30e92ba22dbd234a5619e406f5 100644 (file)
@@ -74,8 +74,8 @@
     ÇÏ·Á¸é,</p>
 
     <example>
-      Listen 192.170.2.1:80<br />
-      Listen 192.170.2.5:8000
+      Listen 192.0.2.1:80<br />
+      Listen 192.0.2.5:8000
     </example>
 
     <p>IPv6 ÁּҴ ´ÙÀ½°ú °°ÀÌ ´ë°ýÈ£·Î ¹­¾î¾ß ÇÑ´Ù:</p>
 
     <example>
       Listen 0.0.0.0:80<br />
-      Listen 192.170.2.1:80
+      Listen 192.0.2.1:80
     </example>
 
     <p>Ç÷¡Æû¿¡¼­ Áö¿øÇϸ砾ÆÆÄÄ¡°¡ ¼­·Î ´Ù¸¥ ¼ÒÄÏÀ¸·Î IPv4
index 44a569141c32cfa40fd8058b239b02b205a29001..df7ce15dded21a2b5303af6ef5e31d70e84dff7a 100644 (file)
     to this virtual host (prior to Apache version 1.2 the server
     would not even boot).</p>
 
-    <p>Suppose that <code>www.abc.dom</code> has address 10.0.0.1.
+    <p>Suppose that <code>www.abc.dom</code> has address 192.0.2.1.
     Then consider this configuration snippet:</p>
 
     <example>
-      &lt;VirtualHost 10.0.0.1&gt; <br />
+      &lt;VirtualHost 192.0.2.1&gt; <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />
       &lt;/VirtualHost&gt;
@@ -79,7 +79,7 @@
     <p>Here is a snippet that avoids both of these problems:</p>
 
     <example>
-      &lt;VirtualHost 10.0.0.1&gt; <br />
+      &lt;VirtualHost 192.0.2.1&gt; <br />
       ServerName www.abc.dom <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />
       &lt;/VirtualHost&gt;
     </example>
 
-    <p>Suppose that you've assigned 10.0.0.1 to
-    <code>www.abc.dom</code> and 10.0.0.2 to
+    <p>Suppose that you've assigned 192.0.2.1 to
+    <code>www.abc.dom</code> and 192.0.2.2 to
     <code>www.def.dom</code>. Furthermore, suppose that
     <code>def.dom</code> has control of their own DNS. With this
     config you have put <code>def.dom</code> into a position where
     they can steal all traffic destined to <code>abc.dom</code>. To
     do so, all they have to do is set <code>www.def.dom</code> to
-    10.0.0.1. Since they control their own DNS you can't stop them
+    192.0.2.1. Since they control their own DNS you can't stop them
     from pointing the <code>www.def.dom</code> record wherever they
     wish.</p>
 
-    <p>Requests coming in to 10.0.0.1 (including all those where
+    <p>Requests coming in to 192.0.2.1 (including all those where
     users typed in URLs of the form
     <code>http://www.abc.dom/whatever</code>) will all be served by
     the <code>def.dom</code> virtual host. To better understand why
index b2f8c2b52d720052c1b6b558ae436bc50bb9cef2..18126a2208e5231116f326f2a63edbe38867b307 100644 (file)
     \e$B$=$7$F!"$=$N%P!<%A%c%k%[%9%H$KBP$9$k%R%C%H$K$O1~Ez$,$J$5$l$^$;$s\e(B
     (Apache 1.2 \e$B0JA0$G$O5/F0$9$i$7$^$;$s\e(B)\e$B!#\e(B</p>
 
-    <p><code>www.abc.dom</code> \e$B$N%"%I%l%9$,\e(B 10.0.0.1
+    <p><code>www.abc.dom</code> \e$B$N%"%I%l%9$,\e(B 192.0.2.1
     \e$B$@$H$7$^$9!#$G$O!"<!$N@_Dj$K$D$$$F9M$($F$_$^$7$g$&!#\e(B</p>
 
     <example>
-      &lt;VirtualHost 10.0.0.1&gt; <br />
+      &lt;VirtualHost 192.0.2.1&gt; <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />
       &lt;/VirtualHost&gt;
@@ -78,7 +78,7 @@
     <p>\e$B<!$NNc$O>e5-$NLdBj$r2r7h$7$F$$$^$9!#\e(B</p>
 
     <example>
-      &lt;VirtualHost 10.0.0.1&gt; <br />
+      &lt;VirtualHost 192.0.2.1&gt; <br />
       ServerName www.abc.dom <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />
       &lt;/VirtualHost&gt;
     </example>
 
-    <p>10.0.0.1 \e$B$r\e(B <code>www.abc.dom</code> \e$B$K!"\e(B
-    10.0.0.2 \e$B$r\e(B <code>www.def.dom</code> \e$B$K3d$jEv$F$F$$$k$H$7$^$9!#\e(B
+    <p>192.0.2.1 \e$B$r\e(B <code>www.abc.dom</code> \e$B$K!"\e(B
+    192.0.2.2 \e$B$r\e(B <code>www.def.dom</code> \e$B$K3d$jEv$F$F$$$k$H$7$^$9!#\e(B
     \e$B$^$?!"\e(B<code>def.dom</code> \e$B$O8\5R<+?H$N\e(B DNS
     \e$B$N@)8f2<$K$"$k$H$7$^$9!#$3$N@_Dj$G!"\e(B<code>abc.dom</code>
     \e$B$K8~$1$i$l$?%H%i%U%#%C%/A4$F$rC%$&$3$H$,$G$-$k0LCV$K\e(B
     <code>def.dom</code> \e$B$r@_CV$G$-$F$$$^$9!#8e$OC1$K\e(B 
-    <code>www.def.dom</code> \e$B$,\e(B 10.0.0.1 \e$B$r;2>H$9$k$h$&$K\e(B
+    <code>www.def.dom</code> \e$B$,\e(B 192.0.2.1 \e$B$r;2>H$9$k$h$&$K\e(B
     \e$B@_Dj$9$k$@$1$G$9!#\e(BDNS \e$B$O8\5RB&$N\e(B DNS \e$B$G%3%s%H%m!<%k$5$l$F$$$k$N$G!"\e(B
     <code>www.def.dom</code> \e$B%l%3!<%I$,9%$-$J>l=j$r;X$9$h$&$K\e(B
     \e$B@_Dj$G$-$F$7$^$&$N$r;_$a$5$;$k$3$H$,$G$-$^$;$s!#\e(B</p>
 
-    <p>10.0.0.1 \e$B$KBP$9$k%j%/%(%9%H\e(B
+    <p>192.0.2.1 \e$B$KBP$9$k%j%/%(%9%H\e(B
     (<code>http://www.abc.dom/whatever</code> \e$B7A<0$N\e(B URL 
     \e$B$rF~NO$7$?%f!<%6$+$i$N$b$NA4$F$r4^$_$^$9\e(B) 
     \e$B$O!"\e(B<code>def.dom</code> \e$B%P!<%A%c%k%[%9%H$G1~Ez$5$l$^$9!#\e(B
index 691803cbe318ffb135ebefe7e9f24a6d5ecb0cfd..06afbbd0c46ba9d8e282de9fd244e32c9231f614 100644 (file)
     ÀÌ °¡»óÈ£½ºÆ®´Â ¿äû¿¡ ÀÀ´äÇÒ ¼ö ¾ø´Ù. (¾ÆÆÄÄ¡ 1.2 ÀÌÀü
     ¹öÀü¿¡¼­´Â ½ÉÁö¾î ¼­¹ö°¡ ºÎÆõµ ¾ÈÇÑ´Ù.)</p>
 
-    <p><code>www.abc.dom</code>ÀÇ ÁÖ¼Ò°¡ 10.0.0.1À̶ó°í °¡Á¤ÇÏÀÚ.
+    <p><code>www.abc.dom</code>ÀÇ ÁÖ¼Ò°¡ 192.0.2.1À̶ó°í °¡Á¤ÇÏÀÚ.
     ±×¸®°í ´ÙÀ½ ¼³Á¤À» º¸¶ó:</p>
 
     <example>
-      &lt;VirtualHost 10.0.0.1&gt; <br />
+      &lt;VirtualHost 192.0.2.1&gt; <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />
       &lt;/VirtualHost&gt;
@@ -74,7 +74,7 @@
     <p>¾Æ·¡ °æ¿ì ÀÌ µÎ°¡Áö ¹®Á¦°¡ ¾ø´Ù.</p>
 
     <example>
-      &lt;VirtualHost 10.0.0.1&gt; <br />
+      &lt;VirtualHost 192.0.2.1&gt; <br />
       ServerName www.abc.dom <br />
       ServerAdmin webgirl@abc.dom <br />
       DocumentRoot /www/abc <br />
       &lt;/VirtualHost&gt;
     </example>
 
-    <p>´ç½ÅÀÌ <code>www.abc.dom</code>¿¡ 10.0.0.1,
-    <code>www.def.dom</code>¿¡ 10.0.0.2¸¦ ÇÒ´çÇß´Ù°í ÇÏÀÚ.
+    <p>´ç½ÅÀÌ <code>www.abc.dom</code>¿¡ 192.0.2.1,
+    <code>www.def.dom</code>¿¡ 192.0.2.2¸¦ ÇÒ´çÇß´Ù°í ÇÏÀÚ.
     ¶Ç, <code>def.dom</code>Àº ÀÚü DNS¸¦ »ç¿ëÇÑ´Ù°í °¡Á¤ÇÏÀÚ.
     ÀÌ ¼³Á¤°ú ÇÔ²² <code>def.dom</code>À» <code>abc.dom</code>À¸·Î
     °¡´Â ¸ðµç Åë½ÅÀ» °¡·Îç ¼ö Àִ Àå¼Ò¿¡ µÎ¾ú´Ù. ±×·¸´Ù¸é ±×µéÀº
-    <code>www.def.dom</code>À» 10.0.0.1·Î ¼³Á¤Çϱ⸸ Çϸ頵ȴÙ.
+    <code>www.def.dom</code>À» 192.0.2.1·Î ¼³Á¤Çϱ⸸ Çϸ頵ȴÙ.
     ±×µéÀÌ ÀÚü DNS¸¦ »ç¿ëÇϱ⶧¹®¿¡ ´ç½ÅÀº ±×µéÀÌ ¿øÇϴµ¥·Î
     <code>www.def.dom</code> ·¹Äڵ带 ¼³Á¤Çϴ °ÍÀ» ¸·À» ¼ö
     ¾ø´Ù.</p>
 
     <p>(»ç¿ëÀÚ°¡ <code>http://www.abc.dom/whatever</code> Çü½ÄÀÇ
-    URLÀ» ÀÔ·ÂÇϴ °æ¿ì¸¦ Æ÷ÇÔÇÏ¿©) 10.0.0.1·Î ¿À´Â ¸ðµç ¿äûÀ»
+    URLÀ» ÀÔ·ÂÇϴ °æ¿ì¸¦ Æ÷ÇÔÇÏ¿©) 192.0.2.1·Î ¿À´Â ¸ðµç ¿äûÀ»
     <code>def.dom</code> °¡»óÈ£½ºÆ®°¡ ¼­ºñ½ºÇÏ°Ô µÈ´Ù. ¿Ö ÀÌ·±
     ÀÏÀÌ ÀϾ´ÂÁö ÀÌÇØÇÏ·Á¸é ¾ÆÆÄÄ¡°¡ ¾î¶»°Ô °¡»óÈ£½ºÆ®·Î
     ¿À´Â ¿äûÀ» Ã³¸®ÇÏ´ÂÁö¿¡ ´ëÇÑ ¼³¸íÀÌ ÇÊ¿äÇÏ´Ù.