From b862ffd63167aee6dba8def22c8e275e75827ff9 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 22 May 2010 11:27:20 +0000 Subject: [PATCH] Minor tweaks in markup, phrasing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947280 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/bind.html.en | 20 ++++++++++++-------- docs/manual/bind.xml | 20 ++++++++++++-------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en index 947fb20bda..5bc906aeab 100644 --- a/docs/manual/bind.html.en +++ b/docs/manual/bind.html.en @@ -45,22 +45,26 @@ it listens to all addresses on the machine. However, it may need to be told to listen on specific ports, or only on selected addresses, or a combination of both. This is often combined with the - Virtual Host feature, which determines how httpd responds to - different IP addresses, hostnames and ports.

+ Virtual Host feature, which determines how + httpd responds to different IP addresses, hostnames and + ports.

The Listen directive tells the server to accept - incoming requests only on the specified ports or + incoming requests only on the specified port(s) or address-and-port combinations. If only a port number is 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 + 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 specify a number of addresses and ports to listen on. The server will respond to requests from any of the listed addresses and ports.

+

Overlapping Listen + directives will result in a fatal error which will prevent the + server from starting up.

+

For example, to make the server accept connections on both port 80 and port 8000, on all interfaces, use:

@@ -105,7 +109,7 @@

On the other hand, on some platforms, such as Linux and Tru64, the only way to handle both IPv6 and IPv4 is to use - mapped addresses. If you want httpd to handle IPv4 and IPv6 connections + mapped addresses. If you want httpd to handle IPv4 and IPv6 connections with a minimum of sockets, which requires using IPv4-mapped IPv6 addresses, specify the --enable-v4-mapped configure option.

diff --git a/docs/manual/bind.xml b/docs/manual/bind.xml index 76679b350a..3a354426e2 100644 --- a/docs/manual/bind.xml +++ b/docs/manual/bind.xml @@ -51,23 +51,27 @@ it listens to all addresses on the machine. However, it may need to be told to listen on specific ports, or only on selected addresses, or a combination of both. This is often combined with the - Virtual Host feature, which determines how httpd responds to - different IP addresses, hostnames and ports.

+ Virtual Host feature, which determines how + httpd responds to different IP addresses, hostnames and + ports.

The Listen directive tells the server to accept - incoming requests only on the specified ports or + incoming requests only on the specified port(s) or address-and-port combinations. If only a port number is 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 specify a number of addresses and ports to listen on. The server will respond to requests from any of the listed addresses and ports.

+

Overlapping Listen + directives will result in a fatal error which will prevent the + server from starting up.

+

For example, to make the server accept connections on both port 80 and port 8000, on all interfaces, use:

@@ -112,7 +116,7 @@

On the other hand, on some platforms, such as Linux and Tru64, the only way to handle both IPv6 and IPv4 is to use - mapped addresses. If you want httpd to handle IPv4 and IPv6 connections + mapped addresses. If you want httpd to handle IPv4 and IPv6 connections with a minimum of sockets, which requires using IPv4-mapped IPv6 addresses, specify the --enable-v4-mapped configure option.

-- 2.40.0