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
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