summaryrefslogtreecommitdiffstats
path: root/docs/manual/bind.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-11-28 14:39:02 +0100
committerAndré Malo <nd@apache.org>2004-11-28 14:39:02 +0100
commit22c4b97f1e7fef69923636b0862226f8813c96b7 (patch)
tree9f0019575cc5424b086cd99070d71f31dffd0558 /docs/manual/bind.html.en
parentuse <program> for programs (diff)
downloadapache2-22c4b97f1e7fef69923636b0862226f8813c96b7.tar.xz
apache2-22c4b97f1e7fef69923636b0862226f8813c96b7.zip
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106804 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/bind.html.en')
-rw-r--r--docs/manual/bind.html.en10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en
index c273d95129..84b8510367 100644
--- a/docs/manual/bind.html.en
+++ b/docs/manual/bind.html.en
@@ -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>