Re: [EMAIL PROTECTED] Reverse Proxy -- excluding files

2006-08-09 Thread Vincent Bray
On 8/9/06, Bill Moseley <[EMAIL PROTECTED]> wrote: I'm wonder how to *not* proxy some content. mod_rewrite to the rescue! (Actually, I could probably *not* proxy any request that has an extension ([^/]\.\w+$) that doesn't end in .html? I.e.: /foo- proxy /foo/ -

[EMAIL PROTECTED] Reverse Proxy -- excluding files

2006-08-08 Thread Bill Moseley
I'm wonder how to *not* proxy some content. My existing front uses a simple reverse proxy (and mod_cache) setup. the proxy setup is: Listen 80 ServerAlias www.example.com Allow from all ProxyPass / http://127.0.0.1:10080/