From e5f26b6fbc99dc41d50f7362e395ed415ca13427 Mon Sep 17 00:00:00 2001 From: Lars Eilebrecht Date: Thu, 16 Jul 1998 22:59:58 +0000 Subject: [PATCH] fix some broken links git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81758 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/virtual-host.html | 48 ++++++++++++++-------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/manual/vhosts/virtual-host.html b/docs/manual/vhosts/virtual-host.html index fd3dcb2181..ac93534f30 100644 --- a/docs/manual/vhosts/virtual-host.html +++ b/docs/manual/vhosts/virtual-host.html @@ -66,11 +66,11 @@ single daemon which supports all the virtual hosts. Use multiple daemons when: Use a single daemon when: @@ -83,7 +83,7 @@ Use a single daemon when:

Setting up multiple daemons

Create a separate httpd installation for each virtual host. For each installation, use the -BindAddress directive in the +BindAddress directive in the configuration file to select which IP address (or virtual host) that daemon services. E.g., @@ -92,13 +92,13 @@ This hostname can also be given as an IP address.

Setting up a single daemon

For this case, a single httpd will service requests for all the virtual hosts. -The VirtualHost directive in the +The VirtualHost directive in the configuration file is used to set the values of -ServerAdmin, -ServerName, -DocumentRoot, -ErrorLog and -TransferLog configuration +ServerAdmin, +ServerName, +DocumentRoot, +ErrorLog and +TransferLog configuration directives to different values for each virtual host. E.g.,
@@ -125,24 +125,24 @@ This VirtualHost hostnames can also be given as IP addresses. Almost ANY configuration directive can be put in the VirtualHost directive, with the exception of -ServerType, -User, -Group, -StartServers, -MaxSpareServers, -MinSpareServers, -MaxRequestsPerChild, -BindAddress, -PidFile, -TypesConfig, and -ServerRoot. +ServerType, +User, +Group, +StartServers, +MaxSpareServers, +MinSpareServers, +MaxRequestsPerChild, +BindAddress, +PidFile, +TypesConfig, and +ServerRoot.

SECURITY: When specifying where to write log files, be aware of some security risks which are present if anyone other than the user that starts Apache has write access to the directory where they -are written. See the security +are written. See the security tips document for details.

-- 2.40.0