On Thu, Feb 16, 2017 at 5:16 PM, Andrei Ivanov <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to