On Thu, Feb 16, 2017 at 5:16 PM, Andrei Ivanov <andrei.iva...@gmail.com> wrote:
>
> This one still doesn't work:
> Require expr "%{REMOTE_ADDR} in PeerExtList('2.5.29.17')"
> AH00526: Syntax error on line 145 of /etc/httpd/conf.d/ssl.conf:
> Cannot parse expression in require line: syntax error, unexpected $end

The expr operator is "-in" (with the dash),

>
> But this one passes the configuration check:
> SSLRequire %{REMOTE_ADDR} in PeerExtList('2.5.29.17')

and "in" (no dash) for SSLRequire.


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