Hi Dário,
> I want to track every request and response which crosses the HAProxy. > Therefore, I want forward the request to 2 distinct servers Thats not possible, you cannot forward a request to 2 or more servers. > and collect the response and forward to the "log" server and to client. Thats not possible either (and it don't understand why you would want to do such things). > Basically I want do "sampling" of every request and stamp a counter on > their header for sorting. Do you mean the "logging server" should only see the http headers, but not the content? Anyway, no, not possible. Do you mind explaining what you need exactly (I didn't get the "stamp a counter on their header" part)? > The alternative is log but I'm wondering of how efficient is the > logging of all package. What package? And yes, haproxy logging is very efficient. > Is the log async? Its non-blocking, yes. Regards, Lukas

