<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
This file is generated from xml source: DO NOT EDIT
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-->
<title>Apache 虚拟主机文档 - Apache HTTP 服务器 版本 2.5</title>
<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="/style/css/prettify.css" />
</script>
<body id="manual-page"><div id="page-header">
<p class="menu"><a href="/mod/">模块</a> | <a href="/mod/quickreference.html">指令</a> | <a href="http://wiki.apache.org/httpd/FAQ">常见问题</a> | <a href="/glossary.html">术语</a> | <a href="/sitemap.html">网站导航</a></p>
<p class="apache">Apache HTTP 服务器版本 2.5</p>
<div id="path">
<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP 服务器</a> > <a href="http://httpd.apache.org/docs/">文档</a> > <a href="../">版本 2.5</a></div><div id="page-content"><div id="preamble"><h1>Apache 虚拟主机文档</h1>
<div class="toplang">
<p><span>可用语言: </span><a href="/de/vhosts/" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
</div>
<p>术语<cite>虚拟主机</cite>指的是在单一机器上运行多个网站
即每个 IP 多个站点。这些站点运行在同一物理服务器上的事实不会明显的透漏给最终用户。</p>
<p>Apache 是第一个支持基于 IP 的虚拟主机的服务器。
Apache 版本 1.1 和更新的版本同时支持基于 IP 和基于名称的虚拟主机。
基于名称的虚拟主机有时候称为<em>基于主机</em>或<em>非 IP</em> 的虚拟主机.</p>
<p>以下解释是在 Apache 中支持虚拟主机的所有详细信息的文档页面列表。</p>
</div>
<div id="quickview"><ul id="toc"><li><img alt="" src="/images/down.gif" /> <a href="#support">虚拟主机支持</a></li>
</ul><h3>参见</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">基于名称的虚拟主机</a></li><li><a href="ip-based.html">基于 IP 的虚拟主机</a></li><li><a href="examples.html">虚拟主机样例</a></li><li><a href="fd-limits.html">文件句柄限制</a></li><li><a href="mass.html">动态配置的大规模虚拟主机</a></li><li><a href="details.html">虚拟主机匹配的深入讨论</a></li></ul></div>
<div class="section">
<h2><a name="support" id="support">虚拟主机支持</a></h2>
<ul>
</ul>
<div class="section">
<h2><a name="directives" id="directives">配置指令</a></h2>
<ul>
<li><code class="directive"><a href="/mod/core.html#virtualhost"><VirtualHost></a></code></li>
</ul>
<p>如果你要调试虚拟主机配置,你会发现 Apache 的命令行参数 <code>-S</code>
非常有用。即输入以下命令:</p>
<div class="example"><p><code>
</code></p></div>
<p>这个命令将会显示 Apache 是如何解析配置文件的。仔细检查 IP
地址与服务器名称可能会帮助你发现配置错误
</div></div>
<div class="bottomlang">
<p><span>可用语言: </span><a href="/de/vhosts/" hreflang="de" rel="alternate" title="Deutsch"> de </a> |
</div><div id="footer">
<p class="apache">Copyright 2015 The Apache Software Foundation.<br />基于 <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> 许可证.</p>
<p class="menu"><a href="/mod/">模块</a> | <a href="/mod/quickreference.html">指令</a> | <a href="http://wiki.apache.org/httpd/FAQ">常见问题</a> | <a href="/glossary.html">术语</a> | <a href="/sitemap.html">网站导航</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();
}
//--><!]]></script>
</body></html>