<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ls /proc &#187; 虚拟主机</title>
	<atom:link href="http://www.lsproc.com/blog/tag/%e8%99%9a%e6%8b%9f%e4%b8%bb%e6%9c%ba/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lsproc.com/blog</link>
	<description>lsproc.com</description>
	<lastBuildDate>Fri, 21 May 2010 14:29:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Apache 2.x 基于主机名的虚拟主机</title>
		<link>http://www.lsproc.com/blog/apache2x_name_based_virtual_hosting/</link>
		<comments>http://www.lsproc.com/blog/apache2x_name_based_virtual_hosting/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 14:59:28 +0000</pubDate>
		<dc:creator>lostsnow</dc:creator>
				<category><![CDATA[Linux&Webserver]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[虚拟主机]]></category>

		<guid isPermaLink="false">http://www.lostk.com/blog/apache2x_name_based_virtual_hosting/</guid>
		<description><![CDATA[转载时请标明文章原始出处和作者信息, 作者: lostsnow.http://www.lsproc.com/blog/apache2x_name_based_virtual_hosting/ NameVirtualHost *:80 &#60;VirtualHost *:80&#62; ServerName a.lostk.com DocumentRoot e:/webserver/htdocs/a ErrorLog e:/webserver/apache/logs/a.lost-error.log CustomLog e:/webserver/apache/logs/a.lost-access.log common &#60;Directory &#34;e:/webserver/htdocs/a&#34;&#62; Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all &#60;/Directory&#62; &#60;/VirtualHost&#62; &#60;VirtualHost *:80&#62; ServerName b.lostk.com DocumentRoot e:/webserver/htdocs/b ErrorLog e:/webserver/apache/logs/b.lost-error.log CustomLog e:/webserver/apache/logs/b.lost-access.log common &#60;Directory &#34;e:/webserver/htdocs/b&#34;&#62; Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all &#60;/Directory&#62; &#60;/VirtualHost&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>转载时请标明文章原始出处和作者信息, 作者: <a href="http://www.lsproc.com/blog/">lostsnow</a>.<br /><a href="http://www.lsproc.com/blog/apache2x_name_based_virtual_hosting/">http://www.lsproc.com/blog/apache2x_name_based_virtual_hosting/</a></p>
<pre class="brush: text">NameVirtualHost *:80

&lt;VirtualHost *:80&gt;
ServerName a.lostk.com
DocumentRoot e:/webserver/htdocs/a
ErrorLog e:/webserver/apache/logs/a.lost-error.log
CustomLog e:/webserver/apache/logs/a.lost-access.log common
    &lt;Directory &quot;e:/webserver/htdocs/a&quot;&gt;
        Options Indexes FollowSymLinks
        AllowOverride None
        Order allow,deny
        Allow from all
    &lt;/Directory&gt;
&lt;/VirtualHost&gt;

&lt;VirtualHost *:80&gt;
ServerName b.lostk.com
DocumentRoot e:/webserver/htdocs/b
ErrorLog e:/webserver/apache/logs/b.lost-error.log
CustomLog e:/webserver/apache/logs/b.lost-access.log common
    &lt;Directory &quot;e:/webserver/htdocs/b&quot;&gt;
        Options Indexes FollowSymLinks
        AllowOverride None
        Order allow,deny
        Allow from all
    &lt;/Directory&gt;
&lt;/VirtualHost&gt;</pre>
<p>-- EOF --</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>2008-03-21 -- <a href="http://www.lsproc.com/blog/useful_apache_urlrewrite/" title="一些有用apache重写规则">一些有用apache重写规则</a> (0)</li><li>2008-03-18 -- <a href="http://www.lsproc.com/blog/configure_lamp/" title="lamp 相关配置 [Debian]">lamp 相关配置 [Debian]</a> (2)</li><li>2008-03-05 -- <a href="http://www.lsproc.com/blog/htaccess_error_on_apache/" title="apache下htaccess的Invalid command &#8216;AuthUserFile&#8217;错误">apache下htaccess的Invalid command &#8216;AuthUserFile&#8217;错误</a> (0)</li><li>2008-03-01 -- <a href="http://www.lsproc.com/blog/close_timewait_connection/" title="如何关闭time_wait连接">如何关闭time_wait连接</a> (4)</li><li>2007-06-02 -- <a href="http://www.lsproc.com/blog/port_443_used_by_qq/" title="QQ居然占用443端口">QQ居然占用443端口</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.lsproc.com/blog/apache2x_name_based_virtual_hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
