<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for delx</title>
	<atom:link href="http://delx.net.au/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://delx.net.au/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 17 Feb 2010 15:29:27 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Who wants Hulu? by pwl</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1124</link>
		<dc:creator>pwl</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1124</guid>
		<description>thanks for posting all this

fwiw it appears that ipfw  forwarding is broken on mac os x 10.6.x - so if you run into trouble with this &amp; are using snow leopard - there&#039;s the problem :P</description>
		<content:encoded><![CDATA[<p>thanks for posting all this</p>
<p>fwiw it appears that ipfw  forwarding is broken on mac os x 10.6.x &#8211; so if you run into trouble with this &amp; are using snow leopard &#8211; there&#8217;s the problem :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Who wants Hulu? by delx</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1121</link>
		<dc:creator>delx</dc:creator>
		<pubDate>Sun, 14 Feb 2010 06:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1121</guid>
		<description>Automatic updates to /etc/hosts for those who want it</description>
		<content:encoded><![CDATA[<p>Automatic updates to /etc/hosts for those who want it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Who wants Hulu? by IF</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1098</link>
		<dc:creator>IF</dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1098</guid>
		<description>Hi

Just wanted to thank you for this list, I ended up routing it over a VPN but I still need your /etc/hosts file to know what to route and what to leave on my normal connection. Much appreciated. Also, I recently stopped being able to get on and found that the IP address 205.241.224.46 on hulu&#039;s end was being accessed on the flash streaming port. It wasn&#039;t one I had previously been routing over the VPN. Maybe useful for someone else.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Just wanted to thank you for this list, I ended up routing it over a VPN but I still need your /etc/hosts file to know what to route and what to leave on my normal connection. Much appreciated. Also, I recently stopped being able to get on and found that the IP address 205.241.224.46 on hulu&#8217;s end was being accessed on the flash streaming port. It wasn&#8217;t one I had previously been routing over the VPN. Maybe useful for someone else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Who wants Hulu? by delx</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1088</link>
		<dc:creator>delx</dc:creator>
		<pubDate>Wed, 27 Jan 2010 13:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1088</guid>
		<description>Updated /etc/hosts again</description>
		<content:encoded><![CDATA[<p>Updated /etc/hosts again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Who wants Hulu? by IF</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1084</link>
		<dc:creator>IF</dc:creator>
		<pubDate>Sun, 06 Dec 2009 02:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1084</guid>
		<description>Thanks for the reply.

If I use your rewrite I rule I get a 404 on both http://releasegeo.hulu.com/ and http://releasegeo.hulu.com/geoCheck

If I take the /$1 off the end, I get a printout of the path.cgi, without it being parsed or executed.

Here&#039;s my complete VirtualHost



DocumentRoot /root/releasegeo/apache
ServerName releasegeo.hulu.com

# Other directives here
RewriteEngine On
RewriteRule ^(.*) /usr/lib/cgi-bin/path.cgi/$1

</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.</p>
<p>If I use your rewrite I rule I get a 404 on both <a href="http://releasegeo.hulu.com/" rel="nofollow">http://releasegeo.hulu.com/</a> and <a href="http://releasegeo.hulu.com/geoCheck" rel="nofollow">http://releasegeo.hulu.com/geoCheck</a></p>
<p>If I take the /$1 off the end, I get a printout of the path.cgi, without it being parsed or executed.</p>
<p>Here&#8217;s my complete VirtualHost</p>
<p>DocumentRoot /root/releasegeo/apache<br />
ServerName releasegeo.hulu.com</p>
<p># Other directives here<br />
RewriteEngine On<br />
RewriteRule ^(.*) /usr/lib/cgi-bin/path.cgi/$1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Who wants Hulu? by delx</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1083</link>
		<dc:creator>delx</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1083</guid>
		<description>The path.cgi script is not meant to be executed from the command line. Try using something like:
&lt;tt&gt;RewriteRule ^(.*) /a/b/c/path.cgi/$1&lt;/tt&gt;</description>
		<content:encoded><![CDATA[<p>The path.cgi script is not meant to be executed from the command line. Try using something like:<br />
<tt>RewriteRule ^(.*) /a/b/c/path.cgi/$1</tt></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Who wants Hulu? by IF</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1082</link>
		<dc:creator>IF</dc:creator>
		<pubDate>Wed, 02 Dec 2009 16:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1082</guid>
		<description>Hi

Wondering if you can help. On my US server:

/usr/lib/cgi-bin/path.cgi
/var/www/relasegeo/proxy.rb

in my apache file:

RewriteEngine On
RewriteRule $/ /usr/lib/cgi-bin/path.cgi$1

When I go to http://releasegeo.hulu.com/ I just get a directory listing with the proxy.rb file
When I go to http://releasegeo.hulu.com/geoCheck I get a 404

When I executive /usr/lib/cgi-bin/path.cgi from CLI I get:

/usr/lib/cgi-bin/path.cgi:4:in `+&#039;: can&#039;t convert nil into String (TypeError)
	from /usr/lib/cgi-bin/path.cgi:4

Any ideas??</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Wondering if you can help. On my US server:</p>
<p>/usr/lib/cgi-bin/path.cgi<br />
/var/www/relasegeo/proxy.rb</p>
<p>in my apache file:</p>
<p>RewriteEngine On<br />
RewriteRule $/ /usr/lib/cgi-bin/path.cgi$1</p>
<p>When I go to <a href="http://releasegeo.hulu.com/" rel="nofollow">http://releasegeo.hulu.com/</a> I just get a directory listing with the proxy.rb file<br />
When I go to <a href="http://releasegeo.hulu.com/geoCheck" rel="nofollow">http://releasegeo.hulu.com/geoCheck</a> I get a 404</p>
<p>When I executive /usr/lib/cgi-bin/path.cgi from CLI I get:</p>
<p>/usr/lib/cgi-bin/path.cgi:4:in `+&#8217;: can&#8217;t convert nil into String (TypeError)<br />
	from /usr/lib/cgi-bin/path.cgi:4</p>
<p>Any ideas??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nokia N97 and Apple iSync by Hans</title>
		<link>http://delx.net.au/blog/2009/11/nokia-n97-and-apple-isync/comment-page-1/#comment-1079</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Tue, 17 Nov 2009 19:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=189#comment-1079</guid>
		<description>super thanks a lot it finally works now</description>
		<content:encoded><![CDATA[<p>super thanks a lot it finally works now</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nokia N97 and Apple iSync by Marc</title>
		<link>http://delx.net.au/blog/2009/11/nokia-n97-and-apple-isync/comment-page-1/#comment-1074</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 09 Nov 2009 03:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=189#comment-1074</guid>
		<description>Thanks, man! I have been searching for three days for this solution. It works! Finallly!</description>
		<content:encoded><![CDATA[<p>Thanks, man! I have been searching for three days for this solution. It works! Finallly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Who wants Hulu? by delx</title>
		<link>http://delx.net.au/blog/2009/03/who-wants-hulu/comment-page-1/#comment-1068</link>
		<dc:creator>delx</dc:creator>
		<pubDate>Sat, 31 Oct 2009 23:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://delx.net.au/blog/?p=128#comment-1068</guid>
		<description>Try running this command:
&lt;tt&gt;$ curl http://releasegeo.hulu.com/geoCheck&lt;/tt&gt;

If you have set up the rewrite rules correctly then you should get:
&lt;pre&gt;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;geocheck&gt;
  &lt;status&gt;valid&lt;/status&gt;
&lt;/geocheck&gt;
&lt;proxycheck&gt;
  &lt;status&gt;false&lt;/status&gt;
&lt;/proxycheck&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Try running this command:<br />
<tt>$ curl <a href="http://releasegeo.hulu.com/geoCheck" rel="nofollow">http://releasegeo.hulu.com/geoCheck</a></tt></p>
<p>If you have set up the rewrite rules correctly then you should get:</p>
<pre>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;geocheck&gt;
  &lt;status&gt;valid&lt;/status&gt;
&lt;/geocheck&gt;
&lt;proxycheck&gt;
  &lt;status&gt;false&lt;/status&gt;
&lt;/proxycheck&gt;
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
