diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en index 33ead25908..866a740441 100644 --- a/docs/manual/bind.html.en +++ b/docs/manual/bind.html.en @@ -30,6 +30,7 @@

See also

top
@@ -138,6 +139,25 @@ default on FreeBSD, NetBSD, and OpenBSD.

top
+

Specifying the protocol with Listen

+ +

The optional second protocol argument of + Listen + is not required for most + configurations. If not specified, https is the default for + port 443 and http the default for all other ports. The + protocol is used to determine which module should handle a request, and + to apply protocol specific optimizations with the + AcceptFilter directive.

+ +

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 +

+
top
+

How This Works With Virtual Hosts

diff --git a/docs/manual/bind.html.fr b/docs/manual/bind.html.fr index 82e58923bb..b0467106be 100644 --- a/docs/manual/bind.html.fr +++ b/docs/manual/bind.html.fr @@ -25,6 +25,8 @@  ko  |  tr 

+
Cette traduction peut tre prime. Vrifiez la version + anglaise pour les changements rcents.

Configuration du serveur HTTP Apache pour l'coute sur un port et une adresse IP spcifiques.

diff --git a/docs/manual/bind.xml.de b/docs/manual/bind.xml.de index bced7bd4cb..18190e6590 100644 --- a/docs/manual/bind.xml.de +++ b/docs/manual/bind.xml.de @@ -1,7 +1,7 @@ - + - + + + + + + - + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/manual/vhosts/examples.xml.ja b/docs/manual/vhosts/examples.xml.ja index 770a6f536b..967e01a93c 100644 --- a/docs/manual/vhosts/examples.xml.ja +++ b/docs/manual/vhosts/examples.xml.ja @@ -1,7 +1,7 @@ - + + +