Re: [users@httpd] Compressing content from a reverse proxy using mod_filter

2011-02-11 Thread Nick Kew
On Fri, 11 Feb 2011 15:58:04 -0500 Daniel Holth wrote: > Is it possible to AND multiple conditions for mod_filter FilterProvider? If upgrading to httpd 2.3 is an option then yes, it dispatches on an arbitrary boolean expression. If not, you'll have to work around it. -- Nick Kew Available f

[users@httpd] Compressing content from a reverse proxy using mod_filter

2011-02-11 Thread Daniel Holth
I am trying to compress certain content from a reverse proxy by using mod_filter. The only way to know the mime type of the content is by inspecting the Content-Type header from the back end. The request URI is not a useful selector here because the system (Plone) keeps track of mime types without