[rabbitmq-discuss] rabbitmq-jsonrpc-channel on port 80

Matthew Sackman matthew at rabbitmq.com
Tue Jun 1 14:28:39 BST 2010


On Tue, Jun 01, 2010 at 06:10:19AM -0700, Donovan wrote:
> thanks for getting back with that solution. I had already done a
> similar proxy with nginx, but haproxy looks like a lighter weight
> solution!

Err, no proxy required. iptables should be sufficient.

iptables -t nat -A PREROUTING -d 127.0.0.1 -p tcp --dport 80 -j DNAT --to-destination 127.0.0.1:55672

(or something like that!)

Matthew



More information about the rabbitmq-discuss mailing list