diff options
Diffstat (limited to 'docs/manual/mod/core.html.ja.euc-jp')
-rw-r--r-- | docs/manual/mod/core.html.ja.euc-jp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/core.html.ja.euc-jp b/docs/manual/mod/core.html.ja.euc-jp index a7778ea5e4..d47293df88 100644 --- a/docs/manual/mod/core.html.ja.euc-jp +++ b/docs/manual/mod/core.html.ja.euc-jp @@ -2221,7 +2221,7 @@ Apache がファイルをアクセスするために使うファイルシステムのパスに <p>IPV6 のアドレスは次の例のように角括弧で囲む必要があります:</p> <div class="example"><p><code> - NameVirtualHost [fe80::a00:20ff:fea7:ccea]:8080 + NameVirtualHost [2001:db8::a00:20ff:fea7:ccea]:8080 </code></p></div> <p>すべてのインタフェースへのリクエストを受け取るようにするためには、 @@ -3167,7 +3167,7 @@ Apache がファイルをアクセスするために使うファイルシステムのパスに 角括弧で括って指定する必要があります。次は IPv6 の例です:</p> <div class="example"><p><code> - <VirtualHost [fe80::a00:20ff:fea7:ccea]><br /> + <VirtualHost [2001:db8::a00:20ff:fea7:ccea]><br /> <span class="indent"> ServerAdmin webmaster@host.example.com<br /> DocumentRoot /www/docs/host.example.com<br /> |