> On 2 May 2018, at 21:24, Chaitanya Govande <[email protected]> wrote: > > Is there a way to do this then? Can I store a env variable if the > Content-Encoding is gzip and use this variable later in execution for > Deflate?
Depends where the contents come from. See for example SetEnvIf. Alternatives: get the content generator to add a custom header, or a one-line change to mod_deflate to set a flag. — Nick Kew --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
