I would like to server different resources using different sources/
backends behind a reverse-proxy. Take this example:

/, /blog, /news all served by a backend on port 5000

/articles  served by a backend on port 5050

/chat served by a remote backend on another server

When I used apache, I could configure the main backend to serve the
root "/" and in the config I could "negate" the folders that are to be
served by other backend. I would then use config blocks to serve the
negated folders. How can I achieve this on Cherokee?

Thanks

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to