]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Thu, 6 Feb 2014 16:16:25 +0000 (16:16 +0000)
committerAndré Malo <nd@apache.org>
Thu, 6 Feb 2014 16:16:25 +0000 (16:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1565323 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/bind.html.en
docs/manual/bind.xml.de
docs/manual/bind.xml.fr
docs/manual/bind.xml.ja
docs/manual/bind.xml.ko
docs/manual/bind.xml.tr

index 325c052d7a93b4e7b0cf095b85c4b67d92f12b26..c049166bad21288aa85079f7ead18e0a6de3d41d 100644 (file)
     <p>For example, to make the server accept connections on both
     port 80 and port 8000, on all interfaces, use:</p>
 
-    <pre class="prettyprint lang-config">Listen 80
+    <div class="example"><pre class="prettyprint lang-config">Listen 80
 Listen 8000</pre>
-
+</div>
 
     <p>To make the server accept connections on port 80 for one interface,
        and port 8000 on another, use</p>
 
-    <pre class="prettyprint lang-config">Listen 192.0.2.1:80
+    <div class="example"><pre class="prettyprint lang-config">Listen 192.0.2.1:80
 Listen 192.0.2.5:8000</pre>
-
+</div>
 
     <p>IPv6 addresses must be enclosed in square brackets, as in the
     following example:</p>
 
-    <pre class="prettyprint lang-config">Listen [2001:db8::a00:20ff:fea7:ccea]:80</pre>
-
+    <div class="example"><pre class="prettyprint lang-config">Listen [2001:db8::a00:20ff:fea7:ccea]:80</pre>
+</div>
 
     <div class="warning"><p>Overlapping <code class="directive"><a href="./mod/mpm_common.html#listen">Listen</a></code> directives will result in a
     fatal error which will prevent the server from starting up.</p>
 
     <div class="example"><p><code>
-    (48)Address already in use: make_sock: could not bind to address [::]:80
+      (48)Address already in use: make_sock: could not bind to address [::]:80
     </code></p></div>
 
     <p>See <a href="http://wiki.apache.org/httpd/CouldNotBindToAddress">the
@@ -132,9 +132,9 @@ Listen 192.0.2.5:8000</pre>
     <code class="directive"><a href="./mod/mpm_common.html#listen">Listen</a></code> directives, as in the
     following examples:</p>
 
-    <pre class="prettyprint lang-config">Listen 0.0.0.0:80
+    <div class="example"><pre class="prettyprint lang-config">Listen 0.0.0.0:80
 Listen 192.0.2.1:80</pre>
-
+</div>
 
     <p>If your platform supports it and you want httpd to handle IPv4 and
     IPv6 connections on separate sockets (i.e., to disable IPv4-mapped
@@ -156,8 +156,8 @@ Listen 192.0.2.1:80</pre>
     <p>You only need to set the protocol if you are running on non-standard
        ports.  For example, running an <code>https</code> site on port 8443:</p>
 
-    <pre class="prettyprint lang-config">Listen 192.170.2.1:8443 https</pre>
-
+    <div class="example"><pre class="prettyprint lang-config">Listen 192.170.2.1:8443 https</pre>
+</div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="virtualhost" id="virtualhost">How This Works With Virtual Hosts</a></h2>
index ab9f29f57f482a32064bea9d58654cec07a163db..0f7fe8fe34de468a6fdc3f5c09aac471a4da157d 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:1561407 (outdated) -->
+<!-- English Revision: 420990:1565321 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ca43d108892518288979fefc4976d7e0bfbbba05..589be33a9f059df5a55e8cdcbbcf94f0a9fd4338 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1512426:1561407 (outdated) -->
+<!-- English Revision: 1512426:1565321 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 10e2842f9f93a311630faa0b80c5a9a5faaeab52..ce6c720d947967f78ed3418d354b0259ed52c33b 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.ja.xsl"?>
-<!-- English Revision: 587444:1561407 (outdated) -->
+<!-- English Revision: 587444:1565321 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 32e61657d146729d2f652240d0406131a22675a5..8f62399a176981ac1727f4ec0ff17bf576ff1ab6 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:1561407 (outdated) -->
+<!-- English Revision: 105989:1565321 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 51f37521dd5814807b92689e778211ecc108737f..5b68d58f289308c95b5b1f5aaa0c09bdc106ac0f 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.tr.xsl"?>
-<!-- English Revision: 1301743:1561407 (outdated) -->
+<!-- English Revision: 1301743:1565321 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>