[EMAIL PROTECTED] ContentNegotiation and ProxyBalancer

2007-08-28 Thread Benjamin Krause
Hi.. I'm using Apache 2.2 with mod_proxy_balancer right now to run a dynamic RESTful application. This app caches requests in the Apache DocumentRoot, so a request can be handled by Apache, once generated. Right now I'm checking my requests via mod_proxy. If the file does not exist in the

Re: [EMAIL PROTECTED] ContentNegotiation and ProxyBalancer

2007-08-28 Thread Benjamin Krause
Joshua, thank you for your reply .. 1. Have you tried the -U test rather than -F? This should pass the request through apache's url-handling stuff. (You'll need to modify the rest of the RewriteCond to use a url-path rather than a file path). no, i didn't even know about the -U flag :-)