]> granicus.if.org Git - apache/commitdiff
markup improvement
authorAstrid Malo <kess@apache.org>
Fri, 4 Jun 2004 23:25:41 +0000 (23:25 +0000)
committerAstrid Malo <kess@apache.org>
Fri, 4 Jun 2004 23:25:41 +0000 (23:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103853 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/bind.xml

index c45c620deb0bc6ba6bc240cce82e43693d3218b7..f386403ac88630a1165dcef9a9d89f32ad2b5f4a 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"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -61,7 +61,8 @@
     directive, the server
     listens to the given port on all interfaces. If an IP address
     is given as well as a port, the server will listen on the given
-    port and interface. Multiple Listen directives may be used to
+    port and interface. Multiple <directive 
+    module="mpm_common">Listen</directive> directives may be used to
     specify a number of addresses and ports to listen on. The
     server will respond to requests from any of the listed
     addresses and ports.</p>
     <strong>only</strong> way to handle both IPv6 and IPv4 is to use 
     mapped addresses. If you want Apache to handle IPv4 and IPv6 connections 
     with a minimum of sockets, which requires using IPv4-mapped IPv6 
-    addresses, specify the <code>--enable-v4-mapped</code> configure 
-    option.</p>
+    addresses, specify the <code>--enable-v4-mapped</code> <a
+      href="programs/configure.html">configure</a> option.</p>
 
     <p><code>--enable-v4-mapped</code> is the default on all platforms but 
     FreeBSD, NetBSD, and OpenBSD, so this is probably how your Apache was 
 
     <p>If you want Apache to handle IPv4 connections only, regardless of 
     what your platform and APR will support, specify an IPv4 address on all 
-    Listen directives, as in the following examples:</p>
+    <directive module="mpm_common">Listen</directive> directives, as in the
+    following examples:</p>
 
     <example>
       Listen 0.0.0.0:80<br />
 
     <p>If your platform supports it and you want Apache to handle IPv4 and 
     IPv6  connections on separate sockets (i.e., to disable IPv4-mapped 
-    addresses), specify the <code>--disable-v4-mapped</code> configure 
-    option. <code>--disable-v4-mapped</code> is the default on FreeBSD, 
+    addresses), specify the <code>--disable-v4-mapped</code> <a
+      href="programs/configure.html">configure</a> option. 
+    <code>--disable-v4-mapped</code> is the default on FreeBSD, 
     NetBSD, and OpenBSD.</p>
   </section>
 
   <section id="virtualhost">
     <title>How This Works With Virtual Hosts</title>
 
-    <p>Listen does not implement Virtual Hosts. It only tells the
+    <p> <directive
+    module="mpm_common">Listen</directive> does not implement 
+    Virtual Hosts. It only tells the
     main server what addresses and ports to listen to. If no
     <directive module="core" type="section">VirtualHost</directive>
     directives are used, the server will behave