Re: [users@httpd] mod_deflate: disable input filter for certain requests

2021-07-13 Thread hostalp
Hello, alright. I think I managed to get some acceptable configuration in the meantime. Instead of a global SetInputFilter I used a combination of the LocationMatch with a negative lookahead regex and the nested If directive with a negated expression to define when not to use the deflate

Re: [users@httpd] mod_deflate: disable input filter for certain requests

2021-07-13 Thread Eric Covener
On Tue, Jul 13, 2021 at 2:19 PM wrote: > > Hello, > thanks for the suggestion. > > It looks like it could be generally doable, however as I understand it only > output filters can be configured that way. There doesn't seem to be anything > about input filters in the mod_filter docs. Or am I

Re: [users@httpd] mod_deflate: disable input filter for certain requests

2021-07-13 Thread hostalp
Hello, thanks for the suggestion. It looks like it could be generally doable, however as I understand it only output filters can be configured that way. There doesn't seem to be anything about input filters in the mod_filter docs. Or am I wrong? If yes how to use that approach with input

Re: [users@httpd] mod_deflate: disable input filter for certain requests

2021-07-13 Thread Eric Covener
On Tue, Jul 13, 2021 at 11:10 AM wrote: > > Hello, > I've got SetInputFilter DEFLATE set for the whole virtual host and it works > fine. > > However now I need to disable this input filter for certain requests because > there are some issues with those (I don't want to go into much detail and

[users@httpd] mod_deflate: disable input filter for certain requests

2021-07-13 Thread hostalp
Hello, I've got SetInputFilter DEFLATE set for the whole virtual host and it works fine. However now I need to disable this input filter for certain requests because there are some issues with those (I don't want to go into much detail and why it happens is out of my reach anyway so I just