From: André Malo 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.
configure
parameter can change this behavior
+ for Apache.
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 and use
- generic Listen directives like the following:
--enable-v4-mapped
configure
+ option and use generic Listen
+ directives like the following:
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 80
@@ -115,7 +117,8 @@
Listen
directives, as in the
+ following examples:
If you want Apache to handle IPv4 and IPv6 connections on separate
sockets (i.e., to disable IPv4-mapped addresses), specify the
-
Listen 0.0.0.0:80
@@ -124,8 +127,8 @@
--disable-v4-mapped
configure option and use specific Listen
- directives like the following:--disable-v4-mapped
configure
option and
+ use specific Listen directives like the following:
Listen does not implement Virtual Hosts. It only tells the
- main server what addresses and ports to listen to. If no
-
Listen [::]:80
@@ -142,10 +145,9 @@
How This Works With Virtual Hosts
- <VirtualHost>
- directives are used, the server will behave
+ 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
the same for all accepted requests. However,
<VirtualHost>
can be used to specify a different behavior
diff --git a/docs/manual/bind.html.ja.euc-jp b/docs/manual/bind.html.ja.euc-jp
index c52dca759c3..c103c6828b7 100644
--- a/docs/manual/bind.html.ja.euc-jp
+++ b/docs/manual/bind.html.ja.euc-jp
@@ -22,6 +22,8 @@
ja |
ko
Apache ¤¬»ÈÍѤ¹¤ë¥¢¥É¥ì¥¹¤È¥Ý¡¼¥È¤ÎÀßÄê¤ò¤·¤Þ¤¹¡£
¾ÆÆÄÄ¡°¡ ƯÁ¤ ÁÖ¼Ò¿Í Æ÷Æ®¿¡¼ ¼ºñ½ºÇϵµ·Ï ¼³Á¤Çϱâ.
diff --git a/docs/manual/bind.xml.ja b/docs/manual/bind.xml.ja index 4232ca7570d..39e8660b06f 100644 --- a/docs/manual/bind.xml.ja +++ b/docs/manual/bind.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +