]> granicus.if.org Git - apache/commitdiff
Tidying up - mostly outdated translations
authorNoirin Plunkett <noirin@apache.org>
Tue, 6 Mar 2007 19:48:30 +0000 (19:48 +0000)
committerNoirin Plunkett <noirin@apache.org>
Tue, 6 Mar 2007 19:48:30 +0000 (19:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515273 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/bind.xml.de
docs/manual/bind.xml.fr
docs/manual/bind.xml.ja
docs/manual/bind.xml.ko
docs/manual/bind.xml.meta
docs/manual/dns-caveats.html.en
docs/manual/dns-caveats.xml.ja
docs/manual/dns-caveats.xml.ko
docs/manual/mod/mod_proxy.xml.ja

index bc9873d0a833611fe46b8b34aba58c8ab6288e27..befcd8d792d3eb85530ce4ac681fdfdf10c3b3d3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
-<!-- English Revision: 420990 -->
+<!-- English Revision: 420990:507346 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 7ba2507f842f57dc9d14db2f9f4204e44c23bd49..a00026198d783793338712f29f91da89612e8877 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 103425:420990 (outdated) -->
+<!-- English Revision: 103425:507346 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 0f152abdb793e7c272ddd32724bc738929a6cee3..0e6f450469004452c7de37b7517d82d0c2097d3f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 327999:420990 (outdated) -->
+<!-- English Revision: 327999:507346 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6d59c7c109848b30e92ba22dbd234a5619e406f5..e7d1b28c05bc957aac53d924c05fb6db51371a4f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:420990 (outdated) -->
+<!-- English Revision: 105989:507346 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index c4b86ae01f680ab6171ed18fc2b8b582f1e68863..4af357e9f5e55121ab9ed9dbf9468b3005b4f566 100644 (file)
@@ -6,10 +6,10 @@
   <relpath>.</relpath>
 
   <variants>
-    <variant htmlonly="yes">de</variant>
+    <variant outdated="yes">de</variant>
     <variant>en</variant>
-    <variant htmlonly="yes">fr</variant>
-    <variant htmlonly="yes">ja</variant>
-    <variant htmlonly="yes">ko</variant>
+    <variant outdated="yes">fr</variant>
+    <variant outdated="yes">ja</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index 1816b1a0bb4a4a7d59932780fe015662548a17e3..f51ca9c2d1a7f2184427dd37d9953edc36445010 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>
 
     <div class="example"><p><code>
-      &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;
@@ -84,7 +84,7 @@
     <p>Here is a snippet that avoids both of these problems:</p>
 
     <div class="example"><p><code>
-      &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;
     </code></p></div>
 
-    <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 18126a2208e5231116f326f2a63edbe38867b307..dad810f53a1e25debcd1e5ffc3b78798db00bbd2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 151408:420990 (outdated) -->
+<!-- English Revision: 151408:507346 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 06afbbd0c46ba9d8e282de9fd244e32c9231f614..83515d61cac5ffdead50e8876878ee1120f8836b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:420990 (outdated) -->
+<!-- English Revision: 105989:507346 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index df2a6757a26c3a3f7dd8f298660ad207bb4aca66..956a9aa33563dd216cc41e22820103141818a7a1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 189754:432359 (outdated) -->
+<!-- English Revision: 189754:515251 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more