From: André Malo Date: Thu, 6 Feb 2014 16:47:40 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.4.8~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e875eae0ae3515d530a4074d640d976e7e5262f;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1565337 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en index d96f75117d..33fb4e74d9 100644 --- a/docs/manual/bind.html.en +++ b/docs/manual/bind.html.en @@ -68,28 +68,28 @@

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

-
Listen 80
+    
Listen 80
 Listen 8000
- +

To make the server accept connections on port 80 for one interface, and port 8000 on another, use

-
Listen 192.0.2.1:80
+    
Listen 192.0.2.1:80
 Listen 192.0.2.5:8000
- +

IPv6 addresses must be enclosed in square brackets, as in the following example:

-
Listen [2001:db8::a00:20ff:fea7:ccea]:80
- +
Listen [2001:db8::a00:20ff:fea7:ccea]:80
+

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

- (48)Address already in use: make_sock: could not bind to address [::]:80 + (48)Address already in use: make_sock: could not bind to address [::]:80

See the @@ -132,9 +132,9 @@ Listen 192.0.2.5:8000

Listen directives, as in the following examples:

-
Listen 0.0.0.0:80
+    
Listen 0.0.0.0:80
 Listen 192.0.2.1:80
- +

If your platform supports it and you want httpd to handle IPv4 and IPv6 connections on separate sockets (i.e., to disable IPv4-mapped @@ -156,8 +156,8 @@ Listen 192.0.2.1:80

You only need to set the protocol if you are running on non-standard ports. For example, running an https site on port 8443:

-
Listen 192.170.2.1:8443 https
- +
Listen 192.170.2.1:8443 https
+
top

How This Works With Virtual Hosts

diff --git a/docs/manual/bind.xml.de b/docs/manual/bind.xml.de index c415a7859f..03330a94d5 100644 --- a/docs/manual/bind.xml.de +++ b/docs/manual/bind.xml.de @@ -1,7 +1,7 @@ - + - + + + +