PDA

View Full Version : REST + Caching + Apache 2.2 Rewrite problem and solution?


rubyonrails-talk
August 31st, 2006, 02:09 PM
Hi,
A lot of us are now using Apache 2.2 + mod_rewrite to forward incoming
and uncached requests to a Mongrel Cluster.
That was fine until REST arrived.
With the current recommended configuration, Apache works as follows:
a. There is a static file avaliable in the file system => send it
(regardless to the request method)

More... (http://groups.google.com/group/rubyonrails-talk/msg/8a7d998b15b1d226)