On 27 March 2013 10:39, qyf128 <[email protected]> wrote: [snip] > But when a packet > is method POST with dst port 8080, it does not forward to 127.0.0.1:4800, > does any one know why? [snip] > frontend f_tcp > bind :5800 [snip] > acl is_port_80 dst_port 80 > acl is_port_8080 dst_port 8080
I don't understand how you hope to see traffic aimed at ports 80 or 8080 on a frontend bound to port 5800. If you believe this /should/ work, I suggest you've misunderstood HAProxy's role somehow, and should reread the fine documentation. Jonathan PS Please avoid sending HTML email to the list -- Jonathan Matthews // Oxford, London, UK http://www.jpluscplusm.com/contact.html

