From: Joshua Slive
Date: Tue, 30 Jul 2002 16:48:17 +0000 (+0000)
Subject: Replace some with
X-Git-Tag: 2.0.40~77
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a411af109d2bf9554bf15f9a04b7898d5634b873;p=apache
Replace some with
Submitted by: Hiroaki KAWAI
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96238 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/bind.xml b/docs/manual/bind.xml
index eb83ffacf1..4f342ee06a 100644
--- a/docs/manual/bind.xml
+++ b/docs/manual/bind.xml
@@ -37,10 +37,12 @@
Virtual Host feature which determines how Apache responds to
different IP addresses, hostnames and ports.
- The Listen
directive tells the server to accept
+
The Listen
+ 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 Listen
directive, the server
+ specified in the Listen
+ 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
@@ -120,24 +122,20 @@
Listen does not implement Virtual Hosts. It only tells the
main server what addresses and ports to listen to. If no
- <VirtualHost> directives are used, the server will behave
+ VirtualHost
+ directives are used, the server will behave
the same for all accepted requests. However,
- <VirtualHost> can be used to specify a different behavior
+ VirtualHost
+ 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 <VirtualHost> section
+ address and port to be used. Then a
+ VirtualHost section
should be created for a specified address and port to set the
behavior of this virtual host. Note that if the
- <VirtualHost> is set for an address and port that the
+ VirtualHost
+ is set for an address and port that the
server is not listening to, it cannot be accessed.
-
-
-
-
-
-
-
-