<?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>Schadenfreude &#187; openid</title>
	<atom:link href="http://www.ralree.com/tag/openid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:49:15 +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>DNS Catch-all for OpenID</title>
		<link>http://www.ralree.com/2007/02/20/dns-catch-all-for-openid/</link>
		<comments>http://www.ralree.com/2007/02/20/dns-catch-all-for-openid/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 20:25:47 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openid]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/13/dns-catch-all-for-openid</guid>
		<description><![CDATA[We were trying to get our OpenID server working today, and we found that we needed to make a catch-all DNS entry to do it. That way, things like hank.myopenid.url would work. Here&#8217;s one way to do it: *.yourdomain.com. IN A 111.111.111.111 But, we ended up using a CNAME instead: UPDATE ADD *.yourdomain.com. 86400 IN CNAME yourdomain.com Then in your Apache virtual hosts directive add a wildcard alias like this ServerAlias *.yourdomain.com Incredible.]]></description>
			<content:encoded><![CDATA[<p>We were trying to get our OpenID server working today, and we found that we needed to make a catch-all DNS entry to do it.  That way, things like <strong>hank.myopenid.url</strong> would work.  Here&#8217;s one way to do it:</p>
<pre><code>
*.yourdomain.com. IN A 111.111.111.111
</code></pre>
<p>But, we ended up using a CNAME instead:</p>
<pre><code>
UPDATE ADD *.yourdomain.com. 86400 IN CNAME yourdomain.com
</code></pre>
<p>Then in your Apache virtual hosts directive add a wildcard alias like this</p>
<pre><code>
ServerAlias *.yourdomain.com
</code></pre>
<p>Incredible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/02/20/dns-catch-all-for-openid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

