LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   loose browser's IP address when using reverse proxy (https://www.linuxquestions.org/questions/linux-software-2/loose-browsers-ip-address-when-using-reverse-proxy-108456/)

smt0954 10-25-2003 04:24 PM

loose browser's IP address when using reverse proxy
 
I'm using Apache 2.0 Windows and proxypass to 'redirect' to appropriate servers. I'm losing the browser's IP address because of this. The browser's IP is being recorded in the access log, but the 'redirected to server' merely reports the IP address of the Apache 2.0 Windows box.

Any work arounds or modifications to config records?

Any one else experience this scenario?

Thanks in advance :)

unSpawn 10-26-2003 09:22 PM

Any work arounds or modifications to config records?
AFAIK not, that's why it's a proxy, innit?

smt0954 10-27-2003 08:29 AM

unSpawn - not sure what you're trying to say. don't really understand your abbreviations. is there another way that I can do what I'm trying to do? maybe I shouldn't use the reverse proxy. i've got one IP address and 2 web servers. i'm letting Apache handle all static pages and images and the 2nd web server is handling all forms and interactive pages. when the 2nd server gets involved I need to know the browser's IP address - specifically for ecommerce. the credit card people want to know the IP address in case of card fraud.
any help would be appeciated.

unSpawn 10-27-2003 11:43 AM

Well, the proxy is a kind of "man in the middle", because it handles the connections to client and webservers separately. This means you'll only be able to log client IP's on the proxy itself. If you need to do CC business I'd opt for doing that part of the transaction using SSL.

smt0954 10-27-2003 12:04 PM

that part is definitely being handled SSL - but because Apache has redirected it to another server, I've lost their IP address. could you suggest another way within Apache to handle my scenario.
Thanks in advance.


All times are GMT -5. The time now is 07:18 PM.