home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 November / PCWorld_2003-11_cd.bin / Komunik / apache / apache_2.0.47-win32-x86-no_ssl.msi / Data.Cab / F208249_index.html.en < prev    next >
Extensible Markup Language  |  2003-05-29  |  7KB  |  105 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
  4.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  5.               This file is generated from xml source: DO NOT EDIT
  6.         XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  7.       -->
  8. <title>Apache Virtual Host documentation - Apache HTTP Server</title>
  9. <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
  10. <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
  11. <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
  12. <link href="../images/favicon.ico" rel="shortcut icon" /></head>
  13. <body id="manual-page"><div id="page-header">
  14. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
  15. <p class="apache">Apache HTTP Server Version 2.0</p>
  16. <img alt="" src="../images/feather.gif" /></div>
  17. <div class="up"><a href="../"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
  18. <div id="path">
  19. <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs-project/">Documentation</a> > <a href="../">Version 2.0</a></div><div id="page-content"><div id="preamble"><h1>Apache Virtual Host documentation</h1>
  20. <div class="toplang">
  21. <p><span>Available Languages: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
  22. <a href="../en/vhosts/" title="English"> en </a> |
  23. <a href="../ja/vhosts/" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
  24. <a href="../ko/vhosts/" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
  25. </div>
  26.  
  27.  
  28.     <p>The term <cite>Virtual Host</cite> refers to the practice of
  29.     running more than one web site (such as
  30.     <code>www.company1.com</code> and <code>www.company2.com</code>)
  31.     on a single machine. Virtual hosts can be "<a href="ip-based.html">IP-based</a>", meaning that you have a
  32.     different IP address for every web site, or "<a href="name-based.html">name-based</a>", meaning that you have
  33.     multiple names running on each IP address. The fact that they
  34.     are running on the same physical server is not apparent to the
  35.     end user.</p>
  36.  
  37.     <p>Apache was one of the first servers to support IP-based
  38.     virtual hosts right out of the box. Versions 1.1 and later of
  39.     Apache support both IP-based and name-based virtual hosts
  40.     (vhosts). The latter variant of virtual hosts is sometimes also
  41.     called <em>host-based</em> or <em>non-IP virtual hosts</em>.</p>
  42.  
  43.     <p>Below is a list of documentation pages which explain all
  44.     details of virtual host support in Apache version 1.3 and
  45.     later.</p>
  46.  
  47. </div>
  48. <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#support">Virtual Host Support</a></li>
  49. <li><img alt="" src="../images/down.gif" /> <a href="#directives">Configuration directives</a></li>
  50. </ul><h3>See also</h3><ul class="seealso"><li><code class="module"><a href="../mod/mod_vhost_alias.html">mod_vhost_alias</a></code></li><li><a href="name-based.html">Name-based virtual
  51. hosts</a></li><li><a href="ip-based.html">IP-based virtual hosts</a></li><li><a href="examples.html">Virtual host examples</a></li><li><a href="fd-limits.html">File descriptor limits</a></li><li><a href="mass.html">Mass virtual hosting</a></li><li><a href="details.html">Details of host matching</a></li></ul></div>
  52. <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  53. <div class="section">
  54. <h2><a name="support" id="support">Virtual Host Support</a></h2>
  55.  
  56.     <ul>
  57.       <li><a href="name-based.html">Name-based Virtual Hosts</a> (More
  58.       than one web site per IP address)</li>
  59.       <li><a href="ip-based.html">IP-based Virtual Hosts</a> (An IP
  60.       address for each web site)</li>
  61.       <li><a href="examples.html">Virtual Host examples for common
  62.       setups</a></li>
  63.       <li><a href="fd-limits.html">File Descriptor Limits</a> (or,
  64.       <em>Too many log files</em>)</li>
  65.       <li><a href="mass.html">Dynamically Configured Mass Virtual
  66.       Hosting</a></li>
  67.       <li><a href="details.html">In-Depth Discussion of Virtual Host
  68.       Matching</a></li>
  69.     </ul>
  70.  
  71. </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
  72. <div class="section">
  73. <h2><a name="directives" id="directives">Configuration directives</a></h2>
  74.  
  75.     <ul>
  76.       <li><code class="directive"><a href="../mod/core.html#virtualhost"><VirtualHost></a></code></li>
  77.       <li><code class="directive"><a href="../mod/core.html#namevirtualhost">NameVirtualHost</a></code></li>
  78.       <li><code class="directive"><a href="../mod/core.html#servername">ServerName</a></code></li>
  79.       <li><code class="directive"><a href="../mod/core.html#serveralias">ServerAlias</a></code></li>
  80.       <li><code class="directive"><a href="../mod/core.html#serverpath">ServerPath</a></code></li>
  81.     </ul>
  82.  
  83.     <p>If you are trying to debug your virtual host configuration, you
  84.     may find the Apache <code>-S</code> command line switch
  85.     useful. That is, type the following command:</p>
  86.  
  87.     <div class="example"><p><code>
  88.     /usr/local/apache2/bin/httpd -S
  89.     </code></p></div>
  90.  
  91.     <p>This command will dump out a description of how Apache parsed
  92.     the configuration file. Careful examination of the IP addresses and
  93.     server names may help uncover configuration mistakes. (See <a href="../programs/httpd.html">the docs for the httpd program</a> for
  94.     other command line options)</p>
  95.  
  96. </div></div>
  97. <div class="bottomlang">
  98. <p><span>Available Languages: </span><a href="../de/vhosts/" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
  99. <a href="../en/vhosts/" title="English"> en </a> |
  100. <a href="../ja/vhosts/" hreflang="ja" rel="alternate" title="Japanese"> ja </a> |
  101. <a href="../ko/vhosts/" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
  102. </div><div id="footer">
  103. <p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p>
  104. <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
  105. </body></html>