<?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>Flib &#187; 访问控制</title>
	<atom:link href="http://blog.flib.me/tag/%e8%ae%bf%e9%97%ae%e6%8e%a7%e5%88%b6/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flib.me</link>
	<description>flex&#039;s library</description>
	<lastBuildDate>Thu, 15 Dec 2011 11:05:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Apache在子目录取消访问控制</title>
		<link>http://blog.flib.me/2010/04/24/apache%e5%9c%a8%e5%ad%90%e7%9b%ae%e5%bd%95%e5%8f%96%e6%b6%88%e8%ae%bf%e9%97%ae%e6%8e%a7%e5%88%b6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apache%25e5%259c%25a8%25e5%25ad%2590%25e7%259b%25ae%25e5%25bd%2595%25e5%258f%2596%25e6%25b6%2588%25e8%25ae%25bf%25e9%2597%25ae%25e6%258e%25a7%25e5%2588%25b6</link>
		<comments>http://blog.flib.me/2010/04/24/apache%e5%9c%a8%e5%ad%90%e7%9b%ae%e5%bd%95%e5%8f%96%e6%b6%88%e8%ae%bf%e9%97%ae%e6%8e%a7%e5%88%b6/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 08:09:23 +0000</pubDate>
		<dc:creator>flex</dc:creator>
				<category><![CDATA[运维]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[satisfy]]></category>
		<category><![CDATA[访问控制]]></category>

		<guid isPermaLink="false">http://blog.flib.me/?p=38175</guid>
		<description><![CDATA[Removing controls in subdirectories The following example shows how to use the Satisfy directive to disable access controls in a subdirectory of a protected directory. This technique should be used with caution, because it will also disable any access controls &#8230; <a href="http://blog.flib.me/2010/04/24/apache%e5%9c%a8%e5%ad%90%e7%9b%ae%e5%bd%95%e5%8f%96%e6%b6%88%e8%ae%bf%e9%97%ae%e6%8e%a7%e5%88%b6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>Removing controls in subdirectories</p>
<p>The following example shows how to use the Satisfy directive to disable access controls in a subdirectory of a protected directory. This technique should be used with caution, because it will also disable any access controls imposed by mod_authz_host.<br />
[code gutter="false" highlight="7"]<br />
&lt;Directory /path/to/protected/&gt;<br />
Require user david<br />
&lt;/Directory&gt;<br />
&lt;Directory /path/to/protected/unprotected&gt;<br />
# All access controls and authentication are disabled<br />
# in this directory<br />
Satisfy Any<br />
Allow from all<br />
&lt;/Directory&gt;﻿</p>
<p>[/code]</p></blockquote>
<p>截取自apache 2.2手册<a href="http://httpd.apache.org/docs/2.2/mod/core.html#require">http://httpd.apache.org/docs/2.2/mod/core.html#require</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.flib.me/2010/04/24/apache%e5%9c%a8%e5%ad%90%e7%9b%ae%e5%bd%95%e5%8f%96%e6%b6%88%e8%ae%bf%e9%97%ae%e6%8e%a7%e5%88%b6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

