RE: [users@httpd] Questions on getting Remote Address of client via Apache

2016-03-21 Thread Abernathy, Don
Management 111 Huntington Ave, Boston, MA 02199 From: Aurélien Terrestris [mailto:aterrest...@gmail.com] Sent: Monday, March 21, 2016 4:35 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Questions on getting Remote Address of client via Apache Hello, I have something similar but I run

Re: [users@httpd] Questions on getting Remote Address of client via Apache

2016-03-21 Thread Aurélien Terrestris
Hello, I have something similar but I run Tomcat instead of IBM. We use F5/Apache 2.4/Tomcat , and please note this an Apache that I compile myself. This is what I do to resolve this problem : -download mod_rapf-0.6 -download rpaf patch ( http://www.be-root.com/downloads/mod_rpaf/mod_rpaf-2.0.pat

[users@httpd] Questions on getting Remote Address of client via Apache

2016-03-20 Thread Abernathy, Don
We are running Apache behind an F5 fronting JAVA Container (WebSphere) and the JAVA code makes an HttpServletRequest.getRemoteAddr() request to get IP. The IP I am told is the one that the CGI REMOTE_ADDR server parameter of Apache provides, but when I try to log that value to see what it is, I g