From: Joe Orton Configuring Apache HTTP Server to listen on specific addresses and ports. When httpd is restarted, special consideration must be made for
+ changes to For example, changing from configuration: to the following may fail, because binding to port 80 across
+ all addresses conflicts with binding to port 80 on just
+ 127.0.0.1. To have such configuration changes take effect, it is necessary
+ to stop and then start the server. Configurando Apache HTTP Server para que escuche en una dirección y puertos específicos. Overview
Changing Listen configuration on restart
Special IPv6 Considerations
Specifying the protocol with Listen
How This Works With Virtual Hosts
Changing Listen configuration on restart
+
+
+ Listen
directives. During a restart, httpd keeps ports
+ bound (as in the original configuration) to avoid generating
+ "Connection refused" errors for any new attempts to connect to the
+ server. If changes are made to the set of Listen
directives used
+ which conflict with the old configuration, configuration will fail
+ and the server will terminate.Listen 127.0.0.1:80
+Listen 80
+Special IPv6 Considerations
diff --git a/docs/manual/bind.html.es b/docs/manual/bind.html.es
index 9663a1f6e3..9f59f5f483 100644
--- a/docs/manual/bind.html.es
+++ b/docs/manual/bind.html.es
@@ -31,6 +31,10 @@
ko |
tr
Configuration du serveur HTTP Apache pour l'écoute sur un port et une adresse IP spécifiques.
diff --git a/docs/manual/bind.xml.de b/docs/manual/bind.xml.de index 62ddf98594..355855e1bb 100644 --- a/docs/manual/bind.xml.de +++ b/docs/manual/bind.xml.de @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/bind.xml.fr b/docs/manual/bind.xml.fr index 894f341909..94e0a4a7cc 100644 --- a/docs/manual/bind.xml.fr +++ b/docs/manual/bind.xml.fr @@ -3,7 +3,7 @@ - + + + +