Hi Haproxy Guys: I use Haproxy as a Layer7 http proxy to transfer a client's requests to one server. As *one long conntection*, before transfering every request to server, I need to replace some url string to another,for example: reqirep ^([^\ ]*)\ /test/(.*) \1\ /serverfault/\2
I traced and found HAProxy will only process the first request of each connection.In another word, Haproxy only replace the first POST /test/why to POST /serverfault/why. the second,third... doesn't.... The Haproxy Manual said: "When a client communicates with a server, HAProxy will only analyze, log, and process the first request of each connection." Does Haproxy not support replace any request with reqirep in one long connection????? Is there method to achieve it. Thanks and Best Regards GuoXiang -------------------------------- Email&Gtalk:[email protected] MSN: [email protected] "I COME, I SEE,I CONQUER" --------Caesar

