client ip forwarding in proxy

I have a WS61sp5 setup with reverse proxy plugin. I need to forward the client ip (ip of the browser which sends a request to the Sun WS) to the backend content server. how do i do that?

Does adding ip-header="REMOTE_ADDR" in the obj.conf file for the proxy element achieve this? or am I missing out on something else also?

thx

[346 byte] By [aiyer1980a] at [2007-11-26 19:12:31]
# 1

The Reverse Proxy Plugin automatically includes the client IP address in its requests. By default, the Reverse Proxy Plugin uses the Proxy-ip header field. For example:Proxy-ip: 192.168.1.1You can change the header field name using the service-passthrough SAF's ip-header parameter:Service fn="service-passthrough" ... ip-header="Client-IP"

elvinga at 2007-7-9 21:11:05 > top of Java-index,Web & Directory Servers,Web Servers...