On Thu, Nov 14, 2019 at 7:08 PM Salim Abdul -X (salimabd - HCL
TECHNOLOGIES LIMITED at Cisco) <salim...@cisco.com.invalid> wrote:
>
> Hi Experts,
>
>
>
> I want to check the value of an environment variable which is already set.
>
>
>
> <Directory />
>
>     AllowOverride None
>
>     Require env XYZ == ‘SUCCESS’ || expr “%{REQUEST_URI} == 
> ‘/xyz/register/register.rq’"

Something like this should work:
  Require expr “env('XYZ') == 'SUCCESS' || %{REQUEST_URI} ==
'/xyz/register/register.rq'"

>
> </Directory>

Regards,
Yann.

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

  • [users@httpd... Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco)
    • Re: [us... Yann Ylavic

Reply via email to