Warning at startup while using a variable set by rewrite rule in the ProxyPassReverseCookieDomain directive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

Since i migrate from Apache 2.2.22 to 2.4.10 i have the following warning when i launch Apache :

[core:warn] [pid 26605:tid 140610782807808] AH00111: Config variable ${B2C_DOMAIN} is not defined

This variable is set using a rewrite rule :

    ProxyPassInterpolateEnv On
    RewriteCond %{HTTP_HOST}        ^.+\.mycompany\.(.+)$
    RewriteRule ^/othercompany/.*$ - [E=B2C_DOMAIN:.mycompany.%1]

and is used it in the following directive :

   ProxyPassReverseCookieDomain .othercompany.com ${B2C_DOMAIN} interpolate

Is there any specific interpolation syntax to use or an alternate solution to get rid of this warning ? I haven't found such thing in the documentation.

Thanks in advance for your support.

Sylvain




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux