[rabbitmq-discuss] rabbitmq-jsonrpc-channel on port 80
Donovan
donovanhide at gmail.com
Tue Jun 1 16:20:07 BST 2010
Hi Marek,
I understand the perils of running as root, but Apache manages to
operate with port 80, maybe RabbitMQ's mochiweb part should be able
too?
This ended up being the most convenient for me:
sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j
REDIRECT --to-port 55672
Cheers,
Donovan.
On Jun 1, 4:05 pm, Marek Majkowski <maje... at gmail.com> wrote:
> On Tue, Jun 1, 2010 at 14:10, Donovan <donovanh... at gmail.com> wrote:
> > If I wanted to elevate the privileges of the rabbitmq user that gets
> > created with the ubuntu package, would that work? It seems a bit
> > counter-intuitive to have two web servers installed, when only one is
> > needed.
>
> Don't do that, running Rabbitmq as root is a bad idea.
>
> Marek
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-disc... at lists.rabbitmq.comhttp://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list