Hi,

On Thu, Oct 5, 2017 at 11:11 AM, Morel Mosolff <marcus0...@gmx.de> wrote:
>
>         #part 2:
>         SetEnvIf Remote_addr  ("1\.2\.3\.1"|"1\.2\.2\.2") waf
>         CustomLog "logs/ssl_access_log" proxy env=!waf

Did you try without the quotes, for instance:
   SetEnvIf Remote_addr ^(1\.2\.3\.1|1\.2\.2\.2)$ waf
?

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to