From: Astrid Malo Date: Fri, 4 Jun 2004 23:27:36 +0000 (+0000) Subject: update transformation X-Git-Tag: pre_ajp_proxy~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1af622a48baa4284e5e0c93410d53ebd92377a8;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103854 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en index 7872665dae..c273d95129 100644 --- a/docs/manual/bind.html.en +++ b/docs/manual/bind.html.en @@ -18,7 +18,8 @@
Apache > HTTP Server > Documentation > Version 2.1

Binding

-

Available Languages:  en  | +

Available Languages:  de  | + en  |  fr  |  ja  |  ko 

@@ -54,7 +55,7 @@ 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 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.

@@ -103,8 +104,7 @@ only 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 --enable-v4-mapped configure - option.

+ addresses, specify the --enable-v4-mapped configure option.

--enable-v4-mapped is the default on all platforms but FreeBSD, NetBSD, and OpenBSD, so this is probably how your Apache was @@ -112,7 +112,8 @@

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:

+ Listen directives, as in the + following examples:

Listen 0.0.0.0:80
@@ -121,15 +122,16 @@

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 --disable-v4-mapped configure - option. --disable-v4-mapped is the default on FreeBSD, + addresses), specify the --disable-v4-mapped configure option. + --disable-v4-mapped is the default on FreeBSD, NetBSD, and OpenBSD.

top

How This Works With Virtual Hosts

-

Listen does not implement Virtual Hosts. It only tells the +

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 @@ -147,7 +149,8 @@ server is not listening to, it cannot be accessed.

-

Available Languages:  en  | +

Available Languages:  de  | + en  |  fr  |  ja  |  ko