Re: [users@httpd] Make logging decision using two environment variables

2014-10-13 Thread Eric Covener
On Mon, Oct 13, 2014 at 2:11 PM, Truesdell Douglas A < truesdelldougl...@johndeere.com> wrote: > I am trying to add replace the address field in a log when there is an > X-Forwarded-For header following the notes in > http://www.techstacks.com/howto/log-client-ip-and-xforwardedfor-ip-in-apache.ht

[users@httpd] Make logging decision using two environment variables

2014-10-13 Thread Truesdell Douglas A
I am trying to add replace the address field in a log when there is an X-Forwarded-For header following the notes in http://www.techstacks.com/howto/log-client-ip-and-xforwardedfor-ip-in-apache.html. This reference shows how to create and use the necessary condition on the CustomLog directive.