> On 25 Aug 2016, at 4:28 PM, Anatoly Piskunov <[email protected]> > wrote: > > ...and maybe i should just use --compress-responses instead no-gzip, but i > haven't figured out how(
The —compress-responses option is something to do with mod_wsgi-express, which you aren’t using. In mod_wsgi-express what that option does is ensure the mod_deflate is loaded and adds: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/javascript You seem to want to turn off gzip, not turn it on. Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
