index.html revision f9b3be308809978f797e0c57b296147532a4313c
57da8c32f85c0255efa61ee32e260068afdaa565KATOH Yasufumi<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
5c320b769229d713e84b02ed6b7ae1309ac31dbbGuido Trotter<TITLE>Apache Virtual Host documentation</TITLE>
d1de19abd0067f38bc08a4a3357de701a4e5571ddlezcano<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
4019712d198a7d50b08b326ade17f5ff1666efbbStéphane Graber BGCOLOR="#FFFFFF"
4019712d198a7d50b08b326ade17f5ff1666efbbStéphane Graber TEXT="#000000"
4019712d198a7d50b08b326ade17f5ff1666efbbStéphane Graber LINK="#0000FF"
4019712d198a7d50b08b326ade17f5ff1666efbbStéphane Graber VLINK="#000080"
11cddd70eb8c285287b73562ba4208d74e1b9fdeSerge Hallyn ALINK="#FF0000"
d1de19abd0067f38bc08a4a3357de701a4e5571ddlezcano<!--#include virtual="header.html" -->
d1de19abd0067f38bc08a4a3357de701a4e5571ddlezcano<H1 ALIGN="CENTER">Apache Virtual Host documentation</H1>
4019712d198a7d50b08b326ade17f5ff1666efbbStéphane Graber<P>The term <CITE>Virtual Host</CITE> refers to the practice of maintaining
4019712d198a7d50b08b326ade17f5ff1666efbbStéphane Grabermore than one server on one machine, as differentiated by their apparent
4019712d198a7d50b08b326ade17f5ff1666efbbStéphane Graberhostname. For example, it is often desirable for companies sharing a
4019712d198a7d50b08b326ade17f5ff1666efbbStéphane Graberweb server to have their own domains, with web servers accessible as
4019712d198a7d50b08b326ade17f5ff1666efbbStéphane Graber<SAMP>www.company1.com</SAMP> and <SAMP>www.company2.com</SAMP>,
4019712d198a7d50b08b326ade17f5ff1666efbbStéphane Graberwithout requiring the user to know any extra path information.</P>
813a4837659d5d7a2c0d0abe03c87196747217e9Serge Hallyn<P>Apache was one of the first servers to support IP-based
d1de19abd0067f38bc08a4a3357de701a4e5571ddlezcanovirtual hosts right out of the box. Versions 1.1 and later of
d1de19abd0067f38bc08a4a3357de701a4e5571ddlezcanoApache support both, IP-based and name-based virtual hosts (vhosts).
d1de19abd0067f38bc08a4a3357de701a4e5571ddlezcanoThe latter variant of virtual hosts is sometimes also called host-based or
810567bbbe283c547e4ac837545d1e592916df26Serge Hallynnon-IP virtual hosts.</P>
d1de19abd0067f38bc08a4a3357de701a4e5571ddlezcano<P>Below is a list of documentation pages which explain all details
8a67a2b2eaf28033962a432c214bd3303c29c54cdlezcanoof virtual host support in Apache version 1.3 and later.</P>
6a85cf91247b7dd9c3faeddceca8dacb96d02cd6Stéphane Graber<LI><A HREF="ip-based.html">IP-based Virtual Hosts</A>
4019712d198a7d50b08b326ade17f5ff1666efbbStéphane Graber<LI><A HREF="name-based.html">Name-based Virtual Hosts</A>
6a85cf91247b7dd9c3faeddceca8dacb96d02cd6Stéphane Graber<LI><A HREF="examples.html">Virtual Host examples for common setups</A>
6a85cf91247b7dd9c3faeddceca8dacb96d02cd6Stéphane Graber<LI><A HREF="details.html">In-Depth Discussion of Virtual Host Matching</A>
6a85cf91247b7dd9c3faeddceca8dacb96d02cd6Stéphane Graber<LI><A HREF="fd-limits.html">File Descriptor Limits</A>
aa8d013ec5b09cd1cd904173d6234ef126eb2126Peter Simons<LI><A HREF="/mod/core.html#virtualhost"><VirtualHost></A>
7822022c4c72cee06905b540b89b653491d6f6b2Stéphane Graber<LI><A HREF="/mod/core.html#namevirtualhost">NameVirtualHost</A>
6a85cf91247b7dd9c3faeddceca8dacb96d02cd6Stéphane Graber<LI><A HREF="/mod/core.html#servername">ServerName</A>
8a67a2b2eaf28033962a432c214bd3303c29c54cdlezcano<LI><A HREF="/mod/core.html#serveralias">ServerAlias</A>
aa8d013ec5b09cd1cd904173d6234ef126eb2126Peter Simons<LI><A HREF="/mod/core.html#serverpath">ServerPath</A>
8a67a2b2eaf28033962a432c214bd3303c29c54cdlezcano<!--#include virtual="footer.html" -->