[users@httpd] RE: Apache-httpd 2.4.41 compiling/linking error

2019-09-24 Thread Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco)
Hi Apache Experts, Gentle reminder! Regard, Salim -Original Message- From: Salim Abdul -X (salimabd - HCL TECHNOLOGIES LIMITED at Cisco) Sent: Monday, September 23, 2019 6:43 PM To: users@httpd.apache.org Subject: Apache-httpd 2.4.41 compiling/linking error Hi, I am trying to cross-co

Re: [users@httpd] Can't get X-Forwarded-For to be passed through to app with apache reverse proxy

2019-09-24 Thread William A Rowe Jr
It's spelled out right in the docs, that header is consumed as decoded by httpd, and the effective remote IP address is what it decoded. If you want it seen by Tomcat, don't do that. https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html#processing On Mon, Sep 23, 2019, 12:45 John Pyeatt wrote: