IIUC Not really possible because of the time in request processing
that these variables are set -- it is after most modules have run,
right before the actual handler.

On Thu, Apr 10, 2014 at 5:47 AM, Andre Nathan <andre...@gmail.com> wrote:
> 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



-- 
Eric Covener
cove...@gmail.com

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

Reply via email to