solutions for a webserver dedicated to manage permissions/ACL and (reverse) proxying API servers?
Posted
by
giohappy
on Server Fault
See other posts from Server Fault
or by giohappy
Published on 2012-06-15T09:27:12Z
Indexed on
2012/06/16
9:18 UTC
Read the original article
Hit count: 168
I'm considering various layouts to expose various HTTP API services (running on their own differents servers) through a frontend server dedicated to manage permissions on behalf of the API services.
I've considered various options, from the classical ones like Nginx, Apache, etc. to HAProxy, passing by the various Python webserver solutions like Tornado, Twisted (which gives me the opportunity to implement my own ACL system easily). The foundamental feature is high performance and scalability, and the ability to manage fine grained ACL rules (similar to the HAProxy ACL system)
I would like to know what is a suggested approach to setup what I need, and if (opne source) ready-to-use solutions are already available dedicated to this.
© Server Fault or respective owner