2012/10/23 IT_Contact <[email protected]> > Hi, > My apache access logs on the servers that sit behind my HAproxy server all > show the IP of the HAproxy server as the source/client IP. What am I > missing in my config? >
You have to add "option forwardfor" to your config. Then you can read user ip from "X-Forwarded-For" header. -- Türker Sezer TS Design Informatics LTD. http://www.tsdesign.info/

