<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: proxypass code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 26 Jul 2008 21:24:06 GMT</pubDate>
    <description>DZone Snippets: proxypass code</description>
    <item>
      <title>Exempt directories from Apache's ProxyPass directive</title>
      <link>http://snippets.dzone.com/posts/show/2433</link>
      <description>Very useful if forwarding to Mongrel, etc.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;        ProxyPass /stylesheets !&lt;br /&gt;        ProxyPass /javascripts !&lt;br /&gt;        ProxyPass /images !     &lt;br /&gt;        ProxyPass / http://127.0.0.1:3010/&lt;br /&gt;        ProxyPassReverse / http://127.0.0.1:3010/  &lt;/code&gt;</description>
      <pubDate>Thu, 17 Aug 2006 05:25:50 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2433</guid>
      <author>jswizard (JavaScript Wizard)</author>
    </item>
  </channel>
</rss>
