Commit 9e236386 authored by Andre Malo's avatar Andre Malo
Browse files

update transformation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106804 13f79535-47bb-0310-9956-ffa450edef68
parent 32c8051a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@
<a href="./ja/bind.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="./ko/bind.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">Diese bersetzung ist mglicherweise
            nicht mehr aktuell. Bitte prfen Sie die englische Version auf
            die neuesten nderungen.</div>

    <p>Konfiguration der vom Apache verwendeten Adressen und Ports.</p>
  </div>
+5 −5
Original line number Diff line number Diff line
@@ -98,13 +98,14 @@
    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 
    special configure parameter can change this behavior for Apache.</p>
    special <code class="program"><a href="./programs/configure.html">configure</a></code> parameter can change this behavior
    for Apache.</p>

    <p>On the other hand, on some platforms such as Linux and Tru64 the 
    <strong>only</strong> 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 <code>--enable-v4-mapped</code> <a href="programs/configure.html">configure</a> option.</p>
    addresses, specify the <code>--enable-v4-mapped</code> <code class="program"><a href="./programs/configure.html">configure</a></code> option.</p>

    <p><code>--enable-v4-mapped</code> is the default on all platforms but 
    FreeBSD, NetBSD, and OpenBSD, so this is probably how your Apache was 
@@ -122,9 +123,8 @@

    <p>If your platform supports it and you want Apache to handle IPv4 and 
    IPv6  connections on separate sockets (i.e., to disable IPv4-mapped 
    addresses), specify the <code>--disable-v4-mapped</code> <a href="programs/configure.html">configure</a> option. 
    <code>--disable-v4-mapped</code> is the default on FreeBSD, 
    NetBSD, and OpenBSD.</p>
    addresses), specify the <code>--disable-v4-mapped</code> <code class="program"><a href="./programs/configure.html">configure</a></code> option. <code>--disable-v4-mapped</code> is the
    default on FreeBSD, NetBSD, and OpenBSD.</p>
  </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">
<h2><a name="virtualhost" id="virtualhost">How This Works With Virtual Hosts</a></h2>
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@
<a href="./ja/bind.html" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="./ko/bind.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">This translation may be out of date. Check the
            English version for recent changes.</div>

    <p>Apache が使用するアドレスとポートの設定をします。</p>
  </div>
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@
<a href="./ja/bind.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="./ko/bind.html" title="Korean">&nbsp;ko&nbsp;</a></p>
</div>
<div class="outofdate">이 문서는 최신판 번역이 아닙니다.
            최근에 변경된 내용은 영어 문서를 참고하세요.</div>

    <p>아파치가 특정 주소와 포트에서 서비스하도록 설정하기.</p>
  </div>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
<!-- English Revision: 105989 -->
<!-- English Revision: 105989 (outdated: 106803) -->

<!--
 Copyright 2002-2004 The Apache Software Foundation
Loading