summaryrefslogtreecommitdiff
path: root/docs/manual/vhosts/ip-based.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-11-28 21:56:39 +0000
committerAndré Malo <nd@apache.org>2004-11-28 21:56:39 +0000
commit0c0a47cdddf626e4729a0d03679006e1e8519ebd (patch)
tree6b6885e475304a5da2a868bdf065ee13907b26b0 /docs/manual/vhosts/ip-based.html.en
parent0953648ad6461a5fb68e4bc99016d822044ef18f (diff)
downloadhttpd-0c0a47cdddf626e4729a0d03679006e1e8519ebd.tar.gz
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@106853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts/ip-based.html.en')
-rw-r--r--docs/manual/vhosts/ip-based.html.en10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/vhosts/ip-based.html.en b/docs/manual/vhosts/ip-based.html.en
index f56f5aa54b..bff99cd45f 100644
--- a/docs/manual/vhosts/ip-based.html.en
+++ b/docs/manual/vhosts/ip-based.html.en
@@ -48,8 +48,8 @@
<h2><a name="howto" id="howto">How to set up Apache</a></h2>
<p>There are two ways of configuring apache to support multiple
- hosts. Either by running a separate httpd daemon for each
- hostname, or by running a single daemon which supports all the
+ hosts. Either by running a separate <code class="program"><a href="../programs/httpd.html">httpd</a></code> daemon for
+ each hostname, or by running a single daemon which supports all the
virtual hosts.</p>
<p>Use multiple daemons when:</p>
@@ -66,7 +66,7 @@
address, or to specific addresses. So if you have a need to
listen to a specific address for whatever reason, then you
will need to listen to all specific addresses. (Although one
- httpd could listen to N-1 of the addresses, and another could
+ <code class="program"><a href="../programs/httpd.html">httpd</a></code> could listen to N-1 of the addresses, and another could
listen to the remaining address.)</li>
</ul>
@@ -85,8 +85,8 @@
<div class="section">
<h2><a name="multiple" id="multiple">Setting up multiple daemons</a></h2>
- <p>Create a separate httpd installation for each virtual host. For
- each installation, use the <code class="directive"><a href="../mod/mpm_common.html#listen">Listen</a></code> directive in the
+ <p>Create a separate <code class="program"><a href="../programs/httpd.html">httpd</a></code> installation for each
+ virtual host. For each installation, use the <code class="directive"><a href="../mod/mpm_common.html#listen">Listen</a></code> directive in the
configuration file to select which IP address (or virtual host)
that daemon services. e.g.</p>