Re: [EMAIL PROTECTED] do not proxy static files

2006-12-14 Thread Joshua Slive
On 12/13/06, Xavier Noria <[EMAIL PROTECTED]> wrote: I am using mod_proxy_balancer to balance Mongrels in localhost. I am putting lines like ProxyPass /images/ ! to let Apache serve static files, but that couples the config with the application layout. I would prefer to be able to simply say

[EMAIL PROTECTED] do not proxy static files

2006-12-13 Thread Xavier Noria
I am using mod_proxy_balancer to balance Mongrels in localhost. I am putting lines like ProxyPass /images/ ! to let Apache serve static files, but that couples the config with the application layout. I would prefer to be able to simply say: if file exists let Apache send it other