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 '/' is both a regex separator and a path in t

Re: [users@httpd] IF request_uri regex syntax

2018-05-16 Thread Yann Ylavic
On Wed, May 16, 2018 at 9:22 PM, Chaitanya Govande wrote: > > Following is the code: > > regex", so you possibly could try something like "m#manager/status#" here. Regards, Yann. - To unsubscribe, e-mail: users-unsubscr...@httpd

[users@httpd] IF request_uri regex syntax

2018-05-16 Thread Chaitanya Govande
Hello, Trying to check the request uri against a regex in an IF directive. This IF directive is located inside a tag. Following is the code: AddOutputFilterByType INFLATE;SUBSTITUTE;DEFLATE text/html However, when trying to restart apache, I get the following: May 16 19:20:53 apache.local