On Sunday 03 November 2019 at 18:24:22, Salim Abdul -X wrote:
> We are in the process of upgrading apache for linux from 2.2 to 2.4.41.
> After upgrade to 2.4, getting error message "SSLRequire: Variable 'XYZ' does
> not exist" As SSLRequire is deprecated in
> 2.4, I have replaced "SSLRequire" with "Require"
> But the "env" allows to check the existence of environment variable, it does
> not support checking the value. What is the syntax to check the value of
> environment variable in "Require".
Try osenv('XYZ').
https://httpd.apache.org/docs/2.4/expr.html#functions
Antony.
--
There are 10 types of people in the world:
those who understand binary notation,
and those who don't.
Please reply to the list;
please *don't* CC me.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]