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 @@
Overview
Special IPv6 Considerations
Specifying the protocol with Listen
How This Works With Virtual HostsThe 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
+
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 @@ - + + +