]> granicus.if.org Git - apache/commitdiff
Replace some <code> with <directive>
authorJoshua Slive <slive@apache.org>
Tue, 30 Jul 2002 16:48:17 +0000 (16:48 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 30 Jul 2002 16:48:17 +0000 (16:48 +0000)
Submitted by:  Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>

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

docs/manual/bind.xml

index eb83ffacf146aa2f31f5db9ac529e2db5e491f08..4f342ee06a6d1e6efdad315545f0e32b8009dccc 100644 (file)
     Virtual Host feature which determines how Apache responds to 
     different IP addresses, hostnames and ports.</p>
 
-    <p>The <code>Listen</code> directive tells the server to accept
+    <p>The <directive module="mpm_common">Listen</directive>
+    directive tells the server to accept
     incoming requests only on the specified port or
     address-and-port combinations. If only a port number is
-    specified in the <code>Listen</code> directive, the server
+    specified in the <directive module="mpm_common">Listen</directive>
+    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
 
     <p>Listen does not implement Virtual Hosts. It only tells the
     main server what addresses and ports to listen to. If no
-    &lt;VirtualHost&gt; directives are used, the server will behave
+    <directive module="core" type="section">VirtualHost</directive>
+    directives are used, the server will behave
     the same for all accepted requests. However,
-    &lt;VirtualHost&gt; can be used to specify a different behavior
+    <directive module="core" type="section">VirtualHost</directive>
+    can be used to specify a different behavior
     for one or more of the addresses and ports. To implement a
     VirtualHost, the server must first be told to listen to the
-    address and port to be used. Then a &lt;VirtualHost&gt; section
+    address and port to be used. Then a
+    <directive module="core" type="section">VirtualHost</directive> section
     should be created for a specified address and port to set the
     behavior of this virtual host. Note that if the
-    &lt;VirtualHost&gt; is set for an address and port that the
+    <directive module="core" type="section">VirtualHost</directive>
+    is set for an address and port that the
     server is not listening to, it cannot be accessed.</p>
   </section>
 </manualpage>
 
-
-
-
-
-
-
-
-