Hi, On Tue, Jan 03, 2012 at 11:26:18AM +0000, Türker Sezer (YHB Sistem Yönetimi) wrote: > I read PROXY protocol document in haproxy website but i couldn't understand > how i can implement it on my lb -> backend structure. And i couldn't find > any other document about it. Can someone share his/her experiences with me?
You need to implement it in your server ; it is not too much complicated, look at how it's implemented in haproxy, you basically need to read one line and fill your server's structs with the info you find there. On haproxy, you just need to add the "send-proxy" parameter on each "server" line so that haproxy emits this information behind it. Regards, Willy

