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
  otherwise
    ProxyPass to Mongrel
    ProxyPassReverse
  end

Is that possible?

-- fxn


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to