diff options
author | Ken Coar <coar@apache.org> | 1998-01-26 17:54:35 +0100 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-01-26 17:54:35 +0100 |
commit | 07050bb5be522bbf66bb8f053b53beefa295ee68 (patch) | |
tree | 36dd2244794bae73e5e368d95eb4dcdb53687cb1 /docs/manual/vhosts/index.html.en | |
parent | PR: (diff) | |
download | apache2-07050bb5be522bbf66bb8f053b53beefa295ee68.tar.xz apache2-07050bb5be522bbf66bb8f053b53beefa295ee68.zip |
A truly mighty mod normalising HTML tags to uppercase, and
'i' and 'b' to 'EM' and 'STRONG' respectively. Been threatening
to do this for months.. no-one need try to maintain this when
writing/modifiying the docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts/index.html.en')
-rw-r--r-- | docs/manual/vhosts/index.html.en | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/vhosts/index.html.en b/docs/manual/vhosts/index.html.en index 0b1a22678e..d2df6e0824 100644 --- a/docs/manual/vhosts/index.html.en +++ b/docs/manual/vhosts/index.html.en @@ -13,16 +13,16 @@ ALINK="#FF0000" > <!--#include virtual="header.html" --> -<H1 ALIGN="CENTER">Apache Virtual Host documentation</h1> +<H1 ALIGN="CENTER">Apache Virtual Host documentation</H1> -<p>The term <cite>Virtual Host</cite> refers to the practice of maintaining +<P>The term <CITE>Virtual Host</CITE> refers to the practice of maintaining more than one server on one machine, as differentiated by their apparent hostname. For example, it is often desirable for companies sharing a web server to have their own domains, with web servers accessible as -<samp>www.company1.com</samp> and <samp>www.company2.com</samp>, -without requiring the user to know any extra path information.</p> +<SAMP>www.company1.com</SAMP> and <SAMP>www.company2.com</SAMP>, +without requiring the user to know any extra path information.</P> -<p>Apache was one of the first servers to support IP-based +<P>Apache was one of the first servers to support IP-based virtual hosts right out of the box. Versions 1.1 and later of Apache support both, IP-based and name-based virtual hosts (vhosts). The latter variant of virtual hosts is sometimes also called host-based or |