I am attempting to access the RabbitMQ Management plugin on my Ubuntu 12.04 server. I have a reverse proxy setup to route port 15627 to "/messages", and I've verified with Rackspace that port 15627 is open. When I navigate to http://my-ip-address:15672, the management plugin shows up fine. However when I navigate to http://www.mydomain.com/messages, all I see is a blank page - no login page at all, but the browser tab correctly displays "RabbitMQ Management" and the RabbitMQ service is running on the server. I am using RabbitMQ version 3.4.2.
My reverse proxy:
AllowEncodedSlashes NoDecode
ProxyPass /messages http://localhost:15672/ nocanon
ProxyPassReverse /messages http://localhost:15672/
Here is the plugin list for RabbitMQ:
[e*] amqp_client 3.4.2
[e*] mochiweb 2.7.0-rmq3.4.2-git680dba8
[E*] rabbitmq_management 3.4.2
[e*] rabbitmq_management_agent 3.4.2
[e*] rabbitmq_web_dispatch 3.4.2
[e*] webmachine 1.10.3-rmq3.4.2-gite9359c7
Any help would be greatly appreciated!
> <mailto:rabbitmq-users+unsub...@googlegroups.com>.