[Rabbit-dev] Setup as a ReverseProxy

Robert Olofsson robert.olofsson at khelekore.org
Tue Feb 9 06:55:55 CET 2010


On Mon, 8 Feb 2010 18:17:16 -0500
Jeff Adamson <jwa at urbancode.com> wrote:

> I am trying to use rabbit as a reverse proxy.
> 
> So far I have altered the sample conf/nocache.conf by updating
> "httpinfilters=rabbit.filter.HttpBaseFilter,rabbit.filter.ReverseProxy"
> and added section

You should change the order so that you have
httpinfilters=rabbit.filter.ReverseProxy,rabbit.filter.HttpBaseFilter

>   [rabbit.filter.ReverseProxy] ...

Ok, that looks good.0

> At this point I had expected that executing `java -jar jars/rabbit3.jar -f
> conf/nocache.conf` would allow me to navigate to http://localhost:9667 ...

Ok, something like that ought to work.

Why are you still on rabbit/3? is there a reason you are not using rabbit/4? 

/robo




More information about the Rabbit-dev mailing list