From: Richard Bowen Date: Wed, 26 Jun 2002 02:33:12 +0000 (+0000) Subject: Small change of phrasing on the vhosts index page. A reordering of the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b54a4744aaca1d0672e2785a81c5ca8dde79f31e;p=apache Small change of phrasing on the vhosts index page. A reordering of the main links in order to put the less commonly used stuff to the bottom of the list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95887 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/vhosts/index.html.en b/docs/manual/vhosts/index.html.en index 1d2cb234a0..80eae78476 100644 --- a/docs/manual/vhosts/index.html.en +++ b/docs/manual/vhosts/index.html.en @@ -16,19 +16,20 @@

Apache Virtual Host documentation

The term Virtual Host 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 - www.company1.com and - www.company2.com, without requiring the user to - know any extra path information.

+ running more than one web site (such as + www.company1.com and www.company2.com) + on a single machine. Virtual hosts can be "IP-based," meaning that you have a + different IP address for every web site, or "name-based," meaning that you have + multiple names running on a single IP address. The fact that they + are running on the same server is not apparent to the end user.

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 + Apache support both IP-based and name-based virtual hosts (vhosts). The latter variant of virtual hosts is sometimes also - called host-based or non-IP virtual hosts.

+ called host-based or non-IP virtual hosts.

Below is a list of documentation pages which explain all details of virtual host support in Apache version 1.3 and @@ -38,22 +39,23 @@

Virtual Host Support

Configuration directives

@@ -67,10 +69,12 @@
  • ServerName
  • -
  • ServerAlias
  • +
  • ServerAlias
  • ServerPath
  • + +
  • See also mod_vhost_alias

    If you are trying to debug your virtual host configuration, you