diff options
author | André Malo <nd@apache.org> | 2004-11-28 14:39:02 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-11-28 14:39:02 +0100 |
commit | 22c4b97f1e7fef69923636b0862226f8813c96b7 (patch) | |
tree | 9f0019575cc5424b086cd99070d71f31dffd0558 /docs/manual/vhosts/ip-based.html.en | |
parent | use <program> for programs (diff) | |
download | apache2-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/vhosts/ip-based.html.en')
-rw-r--r-- | docs/manual/vhosts/ip-based.html.en | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/vhosts/ip-based.html.en b/docs/manual/vhosts/ip-based.html.en index 45c38106b5..c90651617a 100644 --- a/docs/manual/vhosts/ip-based.html.en +++ b/docs/manual/vhosts/ip-based.html.en @@ -49,8 +49,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> @@ -67,7 +67,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> @@ -86,8 +86,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> @@ -103,8 +103,8 @@ <h2><a name="single" id="single">Setting up a single daemon with virtual hosts</a></h2> - <p>For this case, a single httpd will service requests for the - main server and all the virtual hosts. The <code class="directive"><a href="../mod/core.html#virtualhost">VirtualHost</a></code> directive + <p>For this case, a single <code class="program"><a href="../programs/httpd.html">httpd</a></code> will service + requests for the main server and all the virtual hosts. The <code class="directive"><a href="../mod/core.html#virtualhost">VirtualHost</a></code> directive in the configuration file is used to set the values of <code class="directive"><a href="../mod/core.html#serveradmin">ServerAdmin</a></code>, <code class="directive"><a href="../mod/core.html#servername">ServerName</a></code>, <code class="directive"><a href="../mod/core.html#documentroot">DocumentRoot</a></code>, <code class="directive"><a href="../mod/core.html#errorlog">ErrorLog</a></code> and <code class="directive"><a href="../mod/mod_log_config.html#transferlog">TransferLog</a></code> or <code class="directive"><a href="../mod/mod_log_config.html#customlog">CustomLog</a></code> configuration directives to different values for each virtual |