<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: mod_rewrite and APEX part 2</title>
	<atom:link href="http://tylermuth.wordpress.com/2008/08/13/mod_rewrite-and-apex-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://tylermuth.wordpress.com/2008/08/13/mod_rewrite-and-apex-part-2/</link>
	<description>Technology with a focus on Oracle, Application Express and Linux</description>
	<lastBuildDate>Fri, 13 Nov 2009 11:47:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anton Nielsen</title>
		<link>http://tylermuth.wordpress.com/2008/08/13/mod_rewrite-and-apex-part-2/#comment-1506</link>
		<dc:creator>Anton Nielsen</dc:creator>
		<pubDate>Fri, 12 Sep 2008 14:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=117#comment-1506</guid>
		<description>Tyler,

This is a fairly secure method and we have used the same rules a few times.  In general I have favored using Apache as reverse proxy for external traffic to deny the traffic I don&#039;t want, but that has challenges of its own.  This works well and does not require any additional hardware, network configs or installations.  Nice post.

Anton</description>
		<content:encoded><![CDATA[<p>Tyler,</p>
<p>This is a fairly secure method and we have used the same rules a few times.  In general I have favored using Apache as reverse proxy for external traffic to deny the traffic I don&#8217;t want, but that has challenges of its own.  This works well and does not require any additional hardware, network configs or installations.  Nice post.</p>
<p>Anton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Muth</title>
		<link>http://tylermuth.wordpress.com/2008/08/13/mod_rewrite-and-apex-part-2/#comment-1477</link>
		<dc:creator>Tyler Muth</dc:creator>
		<pubDate>Fri, 15 Aug 2008 01:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=117#comment-1477</guid>
		<description>Thanks to &lt;a href=&quot;http://joelkallman.blogspot.com&quot; rel=&quot;nofollow&quot;&gt;Joel Kallman&lt;/a&gt; for pointing out that Application 4155 is used for end-user password resets and should be exempt from this policy.  I added line 1 to account for this.</description>
		<content:encoded><![CDATA[<p>Thanks to <a href="http://joelkallman.blogspot.com" rel="nofollow">Joel Kallman</a> for pointing out that Application 4155 is used for end-user password resets and should be exempt from this policy.  I added line 1 to account for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Beck</title>
		<link>http://tylermuth.wordpress.com/2008/08/13/mod_rewrite-and-apex-part-2/#comment-1464</link>
		<dc:creator>Christopher Beck</dc:creator>
		<pubDate>Wed, 13 Aug 2008 22:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://tylermuth.wordpress.com/?p=117#comment-1464</guid>
		<description>Tyler,

Think you need to change Line 2 to this:

RewriteCond %{REMOTE_ADDR} !^(127\.[0]{1,3}\.[0]{1,3}\.[0]{1,2}1&#124;192\.168\.[0]{1,2}1\.[0-9]{1,3})$  

basically 192.168.1.1 and 192.168.001.01 are the same thing so you need to handle the possibility of leading zeros.

chris.</description>
		<content:encoded><![CDATA[<p>Tyler,</p>
<p>Think you need to change Line 2 to this:</p>
<p>RewriteCond %{REMOTE_ADDR} !^(127\.[0]{1,3}\.[0]{1,3}\.[0]{1,2}1|192\.168\.[0]{1,2}1\.[0-9]{1,3})$  </p>
<p>basically 192.168.1.1 and 192.168.001.01 are the same thing so you need to handle the possibility of leading zeros.</p>
<p>chris.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
