From: Takashi Sato
Konfiguration der vom Apache verwendeten Adressen und Ports.
@@ -72,8 +75,8 @@ Netzwerkinterfaces und Ports zu akzeptieren zu lassen, geben Sie an:
- Listen 192.170.2.1:80
- Listen 192.170.2.5:8000
+ Listen 192.0.2.1:80
+ Listen 192.0.2.5:8000
IPv6-Adressen müssen wie im folgenden Beispiel in eckigen @@ -124,7 +127,7 @@
Listen 0.0.0.0:80
- Listen 192.170.2.1:80
+ Listen 192.0.2.1:80
Wenn Sie möchten, dass der Apache IPv4- und IPv6-Verbindungen an diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en index 39c31f1bd67..c12edf1561e 100644 --- a/docs/manual/bind.html.en +++ b/docs/manual/bind.html.en @@ -42,15 +42,15 @@
When Apache starts, it binds to some port and address on the local machine and waits for incoming requests. By default, - it listens to all addresses on the machine. However, it needs to - be told to listen on specific ports, or to listen on only selected - addresses, or a combination. This is often combined with the - Virtual Host feature which determines how Apache responds to + it listens to all addresses on the machine. However, it may need to + be told to listen on specific ports, or only on selected + addresses, or a combination of both. This is often combined with the + Virtual Host feature, which determines how Apache responds to different IP addresses, hostnames and ports.
The Listen
directive tells the server to accept
- incoming requests only on the specified port or
+ incoming requests only on the specified ports or
address-and-port combinations. If only a port number is
specified in the Listen
directive, the server
@@ -62,22 +62,22 @@
addresses and ports.
For example, to make the server accept connections on both - port 80 and port 8000, use:
+ port 80 and port 8000, on all interfaces, use:
Listen 80
Listen 8000
To make the server accept connections on two specified - interfaces and port numbers, use
+To make the server accept connections on port 80 for one interface, + and port 8080 on another, use
- Listen 192.170.2.1:80
- Listen 192.170.2.5:8000
+ Listen 192.0.2.1:80
+ Listen 192.0.2.5:8000
IPv6 addresses must be surrounded in square brackets, as in the +
IPv6 addresses must be enclosed in square brackets, as in the following example:
A growing number of platforms implement IPv6, and
APR supports IPv6 on most of these platforms,
- allowing Apache to allocate IPv6 sockets and handle requests which
- were sent over IPv6.
@@ -90,26 +90,26 @@
One complicating factor for Apache administrators is whether or
not an IPv6 socket can handle both IPv4 connections and IPv6
connections. Handling IPv4 connections with an IPv6 socket uses
IPv4-mapped IPv6 addresses, which are allowed by default on most
- platforms but are disallowed by default on FreeBSD, NetBSD, and
- OpenBSD in order to match the system-wide policy on those
- platforms. But even on systems where it is disallowed by default, a
+ platforms, but are disallowed by default on FreeBSD, NetBSD, and
+ OpenBSD, in order to match the system-wide policy on those
+ platforms. On systems where it is disallowed by default, a
special configure
parameter can change this behavior
for Apache.
On the other hand, on some platforms such as Linux and Tru64 the +
On the other hand, on some platforms, such as Linux and Tru64, the
only way to handle both IPv6 and IPv4 is to use
mapped addresses. 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.
--enable-v4-mapped
is the default on all platforms but
+
--enable-v4-mapped
is the default on all platforms except
FreeBSD, NetBSD, and OpenBSD, so this is probably how your Apache was
built.
Listen 0.0.0.0:80
- Listen 192.170.2.1:80
+ Listen 192.0.2.1:80
If your platform supports it and you want Apache to handle IPv4 and
- IPv6 connections on separate sockets (i.e., to disable IPv4-mapped
+ IPv6 connections on separate sockets (i.e., to disable IPv4-mapped
addresses), specify the --disable-v4-mapped
configure
option. --disable-v4-mapped
is the
default on FreeBSD, NetBSD, and OpenBSD.
Listen
does not implement
- Virtual Hosts. It only tells the
- main server what addresses and ports to listen to. If no
+
The Listen
directive does not implement
+ Virtual Hosts - it only tells the
+ main server what addresses and ports to listen on. If no
<VirtualHost>
directives are used, the server will behave
- the same for all accepted requests. However,
+ in the same way for all accepted requests. However,
<VirtualHost>
can be used to specify a different behavior
- for one or more of the addresses and ports. To implement a
+ for one or more of the addresses or ports. To implement a
VirtualHost, the server must first be told to listen to the
address and port to be used. Then a
<VirtualHost>
section
- should be created for a specified address and port to set the
+ should be created for the specified address and port to set the
behavior of this virtual host. Note that if the
<VirtualHost>
is set for an address and port that the
diff --git a/docs/manual/bind.html.fr b/docs/manual/bind.html.fr
index 2a2b1f6e455..9bff0aa6b1e 100644
--- a/docs/manual/bind.html.fr
+++ b/docs/manual/bind.html.fr
@@ -74,8 +74,8 @@
de deux couples d'interfaces et ports, utilisez :
- Listen 192.170.2.1:80
- Listen 192.170.2.5:8000
+ Listen 192.0.2.1:80
+ Listen 192.0.2.5:8000
Les adresses IPv6 doivent être entre crochets, comme dans @@ -124,7 +124,7 @@
Listen 0.0.0.0:80
- Listen 192.170.2.1:80
+ Listen 192.0.2.1:80
Si votre plateforme le supporte et si vous souhaitez qu'Apache gère diff --git a/docs/manual/bind.html.ja.utf8 b/docs/manual/bind.html.ja.utf8 index 83382d72749..67ccb9dc1d6 100644 --- a/docs/manual/bind.html.ja.utf8 +++ b/docs/manual/bind.html.ja.utf8 @@ -25,6 +25,8 @@ ko | tr
+Apache ã使ç¨ããã¢ãã¬ã¹ã¨ãã¼ãã®è¨å®ããã¾ãã
@@ -73,8 +75,8 @@
- Listen 192.170.2.1:80
- Listen 192.170.2.5:8000
+ Listen 192.0.2.1:80
+ Listen 192.0.2.5:8000
ã¨ãã¾ãã @@ -123,7 +125,7 @@
Listen 0.0.0.0:80
- Listen 192.170.2.1:80
+ Listen 192.0.2.1:80
æ¡ä»¶ãæºãããã©ãããã¼ã ã§ãApache ã diff --git a/docs/manual/bind.html.ko.euc-kr b/docs/manual/bind.html.ko.euc-kr index e33e724daa1..cca244e8af0 100644 --- a/docs/manual/bind.html.ko.euc-kr +++ b/docs/manual/bind.html.ko.euc-kr @@ -69,8 +69,8 @@ ÇÏ·Á¸é,
- Listen 192.170.2.1:80
- Listen 192.170.2.5:8000
+ Listen 192.0.2.1:80
+ Listen 192.0.2.5:8000
IPv6 ÁÖ¼Ò´Â ´ÙÀ½°ú °°ÀÌ ´ë°ýÈ£·Î ¹¾î¾ß ÇÑ´Ù:
@@ -112,7 +112,7 @@
Listen 0.0.0.0:80
- Listen 192.170.2.1:80
+ Listen 192.0.2.1:80
Ç÷¡Æû¿¡¼ Áö¿øÇÏ¸ç ¾ÆÆÄÄ¡°¡ ¼·Î ´Ù¸¥ ¼ÒÄÏÀ¸·Î IPv4 diff --git a/docs/manual/bind.xml.de b/docs/manual/bind.xml.de index be22d1c1403..b49c8886f04 100644 --- a/docs/manual/bind.xml.de +++ b/docs/manual/bind.xml.de @@ -1,7 +1,7 @@ - + + + + + + + + + +
Apache HTTP ãµã¼ã ãã¼ã¸ã§ã³ 2.2
+説æ: | RFC 1413 ident lookups |
---|---|
ã¹ãã¼ã¿ã¹: | Extension |
ã¢ã¸ã¥ã¼ã«èå¥å: | ident_module |
ã½ã¼ã¹ãã¡ã¤ã«: | mod_ident.c |
äºææ§: | Apache 2.1 ã§ä½¿ç¨å¯è½ |
ãã®ã¢ã¸ã¥ã¼ã«ã¯ãªã¢ã¼ããã¹ãã® RFC 1413 äºæãã¼ã¢ã³ + ã«ã³ãã¯ã·ã§ã³ã®ææè ãè¨ãã¾ãã
+説æ: | ãªã¢ã¼ãã¦ã¼ã¶ã® RFC 1413 ã«ããã¢ã¤ãã³ãã£ãã£ã®ãã®ã³ã°ã +æå¹ã«ãã |
---|---|
æ§æ: | IdentityCheck On|Off |
ããã©ã«ã: | IdentityCheck Off |
ã³ã³ããã¹ã: | ãµã¼ãè¨å®ãã¡ã¤ã«, ãã¼ãã£ã«ãã¹ã, ãã£ã¬ã¯ã㪠|
ã¹ãã¼ã¿ã¹: | Extension |
ã¢ã¸ã¥ã¼ã«: | mod_ident |
äºææ§: | Apache 2.1 ã§ core ããç§»å |
ãã®ãã£ã¬ã¯ãã£ãã¯ãã¯ã©ã¤ã¢ã³ããã·ã³ä¸ã§
+ identd ãããã«é¡ä¼¼ãããã¼ã¢ã³ãåä½ãã¦ããã¨ãã«ã
+ ããããã®æ¥ç¶ã«å¯¾ã㦠RFC 1413 ã«æºå¦ãããªã¢ã¼ãã¦ã¼ã¶ã®
+ ååã®ãã®ã³ã°ãè¡ãªãããã«ãã¾ãã
+ ãã®æ
å ±ã¯ã%...l
ãã©ã¼ãããæååã使ã£ã¦ã¢ã¯ã»ã¹ãã°ã«åéããã¾ãã
ãã¹ã¦ã®ãªã¯ã¨ã¹ãã«å¯¾ãã¦ã«ãã¯ã¢ãããè¡ãªããã¾ãã®ã§ã
+ æ·±å»ãªé
å»¶ã®åé¡ãèµ·ãããããããªããã¨ã«æ³¨æãã¦ãã ããã
+ (訳注: ä¾ãã°ã¯ã©ã¤ã¢ã³ãå´ã«) ãã¡ã¤ã¢ã¦ã©ã¼ã«ããããã·ãµã¼ããããã¨ã
+ ã«ãã¯ã¢ããã失æããåãªã¯ã¨ã¹ãã« IdentityCheckTimeout
ã§å®ç¾©ããã¦ããé
å»¶ãå ãããã¨ã«
+ ãªãå¯è½æ§ãããã¾ãã
+ å¾ã£ã¦ãä¸è¬çã«ã¯ã¤ã³ã¿ã¼ãããããã¢ã¯ã»ã¹å¯è½ãªãããªãã¯ãªãµã¼ãã§
+ æçãªãã®ã§ã¯ããã¾ããã
説æ: | Ident ãªã¯ã¨ã¹ããã¿ã¤ã ã¢ã¦ãããã¾ã§ã®æéãæ±ºãã |
---|---|
æ§æ: | IdentityCheckTimeout seconds |
ããã©ã«ã: | IdentityCheckTimeout 30 |
ã³ã³ããã¹ã: | ãµã¼ãè¨å®ãã¡ã¤ã«, ãã¼ãã£ã«ãã¹ã, ãã£ã¬ã¯ã㪠|
ã¹ãã¼ã¿ã¹: | Extension |
ã¢ã¸ã¥ã¼ã«: | mod_ident |
ãã®ãã£ã¬ã¯ãã£ã㯠ident ãªã¯ã¨ã¹ãã®ã¿ã¤ã ã¢ã¦ãæéãæ±ºãã¾ãã + ããã©ã«ãã®å¤ã§ãã 30 ç§ã¯ã主ã«ãããã¯ã¼ã¯é å»¶ã®èæ ®ã®ããã« RFC 1413 ã«ãã + æ¨å¥¨ããã¦ãã¾ãããããããããããã¼ã«ã«ãããã¯ã¼ã¯ã®é度㫠+ åããã¦ã¿ã¤ã ã¢ã¦ãå¤ã調ç¯ããã®ãããã§ãããã
+ +