diff options
author | Ken Coar <coar@apache.org> | 1998-02-05 18:41:55 +0100 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-02-05 18:41:55 +0100 |
commit | 3ff603fdf59d7b3247bdd60b9054095cded19258 (patch) | |
tree | b85dd0abbf56ca5b62d0a277111a3767f643d7c7 /docs/manual | |
parent | Fixed error in HREF (diff) | |
download | apache2-3ff603fdf59d7b3247bdd60b9054095cded19258.tar.xz apache2-3ff603fdf59d7b3247bdd60b9054095cded19258.zip |
Correct a link that assumed the old documentation tree layout.
Submitted by: Brian K Smith <briank.smith@computer.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/vhosts/virtual-host.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/vhosts/virtual-host.html b/docs/manual/vhosts/virtual-host.html index 69a06852e5..2b8ca43b99 100644 --- a/docs/manual/vhosts/virtual-host.html +++ b/docs/manual/vhosts/virtual-host.html @@ -55,7 +55,8 @@ http://www.baygroup.org/ Due to limitations in the HTTP/1.0 protocol, the web server <STRONG>must have a different IP address for each virtual host</STRONG>. This can be achieved by the machine having several physical network connections, or by use -of a <A HREF="misc/vif-info.html">virtual interface</A> on some operating systems. +of a <A HREF="../misc/vif-info.html">virtual interface</A> on some operating +systems. <h2>How to set up Apache</h2> There are two ways of configuring apache to support multiple hosts. |