Hi graham, the problem is the filter is called between two ap_pass_brigade by the reverse proxy... like:
proxy: get_brigade (data from backend) pass_brigade(pass data to outputfilter) cache_filter get_brigade(data from backend) pass_brigade(pass_data_to outputfilter) on one response by the backend server. regards, Matthieu Graham Leggett wrote: > Matthieu Estrade wrote: > >> I agree with you about the proxy... >> Do you think it's possible to force the cache filter, be runned after >> all the proxy filters ? > > > The cache filter is supposed to run after all the filters for maximum > caching advantage. > > Regards, > Graham