<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[linuxの飘扬]]></title> 
<link>https://www.linuxfly.org/index.php</link> 
<description><![CDATA[Power by www.linuxfly.org]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[linuxの飘扬]]></copyright>
<item>
<link>https://www.linuxfly.org/post//</link>
<title><![CDATA[[转]Apache的Satisfy详解]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[常见服务]]></category>
<pubDate>Sat, 04 Jul 2009 07:14:58 +0000</pubDate> 
<guid>https://www.linuxfly.org/post//</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;最早接触Satisfy，是这样一个情况，一个目录启用了密码保护，想单独开放它的一个子目录，让这个子目录无须密码即可访问，那么需要这样设置：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">&lt;Directory &quot;dir1&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;AllowOverride All<br/>&nbsp;&nbsp;&nbsp;&nbsp;AuthName &quot;Fwolf&#039;s Vault&quot;<br/>&nbsp;&nbsp;&nbsp;&nbsp;AuthType Basic<br/>&nbsp;&nbsp;&nbsp;&nbsp;AuthUserFile path/to/pwd/file<br/>&nbsp;&nbsp;&nbsp;&nbsp;require valid-user<br/>&lt;/Directory&gt;<br/>&lt;Directory &quot;dir1/dir2&quot;&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;Allow from all<br/>&nbsp;&nbsp;&nbsp;&nbsp;Satisfy any<br/>&lt;/Directory&gt;</div></div><br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/apache/" rel="tag">apache</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post//#blogcomment</link>
<title><![CDATA[[评论] [转]Apache的Satisfy详解]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.linuxfly.org/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>