<?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>acoustype.com &#187; Apache</title>
	<atom:link href="http://acoustype.com/archives/tag/apache/feed" rel="self" type="application/rss+xml" />
	<link>http://acoustype.com</link>
	<description>携帯・PCサイトのシステム構築やサーバー構築・保守などやらせて頂いております。</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:24:20 +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>Apache2.2でDigest認証</title>
		<link>http://acoustype.com/archives/217</link>
		<comments>http://acoustype.com/archives/217#comments</comments>
		<pubDate>Sat, 08 Nov 2008 07:02:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[設定資料]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Digest認証]]></category>

		<guid isPermaLink="false">http://acoustype.com/?p=217</guid>
		<description><![CDATA[ベーシック認証のMD5版 Digest認証 コンソールから.htpasswdみたいなファイル「.htdigest」生成 引数「-c」は新規にファイル生成 htdigest -c /home/xxx/public_html [...]]]></description>
			<content:encoded><![CDATA[				<p>ベーシック認証のMD5版 Digest認証</p>
				<p>コンソールから.htpasswdみたいなファイル「.htdigest」生成</p>
				<p>引数「-c」は新規にファイル生成</p>
				<blockquote><p>htdigest -c /home/xxx/public_html/.htdigest "TEST" admin</p></blockquote>
				<p>.htaccessに以下を記述</p>
				<blockquote><p>AuthType Digest<br />
				AuthName "TEST"<br />
				AuthUserFile /home/xxx/public_html/.htdigest<br />
				Require user admin<br />
				 </p></blockquote>
				<p><a href="http://www.atmarkit.co.jp/flinux/rensai/linuxtips/699apachedigest.html" target="_blank">http://www.atmarkit.co.jp/flinux/rensai/linuxtips/699apachedigest.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://acoustype.com/archives/217/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

