Re: [users@httpd] Apache FilterProvider Deflate expression

2018-05-25 Thread Chaitanya Govande
nk you, > Chaitanya > > On Wed, May 2, 2018 at 4:26 PM, Nick Kew wrote: >> >>> On 2 May 2018, at 21:24, Chaitanya Govande wrote: >>> >>> Is there a way to do this then? Can I store a env variable if the >>> Content-Encoding is gzip and use this

Re: [users@httpd] IF request_uri regex syntax

2018-05-16 Thread Chaitanya Govande
Thank you very much - this seems to have did the trick. I appreciate it, Yann. On Wed, May 16, 2018 at 2:38 PM, Yann Ylavic wrote: > On Wed, May 16, 2018 at 9:22 PM, Chaitanya Govande wrote: >> >> Following is the code: >> >> > The issue may be that '/'

[users@httpd] IF request_uri regex syntax

2018-05-16 Thread Chaitanya Govande
would like to do it against a regex statement but just can't seem to figure out the correct syntax. Any help is appreciated. Thank you, Chaitanya Govande - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For addi

Re: [users@httpd] Apache FilterProvider Deflate expression

2018-05-02 Thread Chaitanya Govande
26 PM, Nick Kew wrote: > >> On 2 May 2018, at 21:24, Chaitanya Govande 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 c

Re: [users@httpd] Apache FilterProvider Deflate expression

2018-05-02 Thread Chaitanya Govande
simply substitute. Thanks, On Wed, May 2, 2018 at 1:21 PM, Nick Kew wrote: > On Wed, 2 May 2018 11:29:36 -0500 > Chaitanya Govande wrote: > > >> The deflate does not seem to work as when I review the chrome dev >> tools, I don't see the 'Content-Encoding&

[users@httpd] Apache FilterProvider Deflate expression

2018-05-02 Thread Chaitanya Govande
and it seems to work there. No errors in the error.log or anything in the access.log. I have not included the Substitute code as that is not relevant to the problem. Any help is appreciated. Thank you very much! -- Chaitanya Govande --