Apache Server does not forward the http request header WL-Proxy-Client-IP
We installed a new Apache Server between load balance server and PeopleSoft web server for a SSO solution. And the Apache server does not forward the http request header WL-Proxy-Client-IP.
Our Apache Server is version 2.2. We applied weblogic plugin 11.1.1.9. But it is not forwarding header WL-Proxy-Client-IP. From the log file, you can see WL-Proxy-Client-IP comes in as 132.198.184.142 and is sent to Weblogic as 132.198.113.74. 132.198.184.142 is the client IP and 132.198.113.74 is our load balance IP.
2015-06-23T14:25:49.6945-04:00 <215991435083949352> Header from client:[X-Forwarded-For]=[132.198.184.142]
2015-06-23T14:25:49.6946-04:00 <215991435083949352> Header from client:[WL-Proxy-Client-IP]=[132.198.184.142]
2015-06-23T14:25:49.6946-04:00 <215991435083949352> Header to WLS: [X-Forwarded-For]=[132.198.184.142]
2015-06-23T14:25:49.6946-04:00 <215991435083949352> Header to WLS: [WL-Proxy-Client-IP]=[132.198.113.74]