<?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>Shazbot Blog &#187; wpad.dat</title>
	<atom:link href="http://jamespo.org.uk/wp/archives/tag/wpaddat/feed" rel="self" type="application/rss+xml" />
	<link>http://jamespo.org.uk/wp</link>
	<description></description>
	<lastBuildDate>Thu, 09 Sep 2010 20:42:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Conditionally send different proxy.pac file dependent upon client IP address</title>
		<link>http://jamespo.org.uk/wp/archives/735</link>
		<comments>http://jamespo.org.uk/wp/archives/735#comments</comments>
		<pubDate>Thu, 10 Jul 2008 13:14:03 +0000</pubDate>
		<dc:creator>jamespo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[wpad.dat]]></category>

		<guid isPermaLink="false">http://jamespo.org.uk/wp/archives/735</guid>
		<description><![CDATA[in apache # conditional proxy.pac RewriteEngine on RewriteCond %{REMOTE_ADDR} ^192\.168\.71.* RewriteRule ^/proxy.pac$ /proxy-vpn.pac [L]]]></description>
			<content:encoded><![CDATA[<p>in apache<br />
<code><br />
# conditional proxy.pac<br />
RewriteEngine on<br />
RewriteCond  %{REMOTE_ADDR}     ^192\.168\.71.*<br />
RewriteRule ^/proxy.pac$                 /proxy-vpn.pac          [L]<br />
</code></p>
<img src="http://jamespo.org.uk/wp/?ak_action=api_record_view&id=735&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://jamespo.org.uk/wp/archives/735/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
