Hello
Is it possible to replace the value of one of apache's existing environment variables such as SERVER_ADDR?
I tried both forms below but the didn't work:
Setenv SERVER_ADDR 1.2.3.4
SetenvIf Server_Addr ".?" SERVER_ADDR=1.2.3.4
Is there any other way?
Thanks in advance,
Andre