Re: Sending basic auth to "backend" servers

2016-05-27 Thread jrhodes
Just one follow up question after some testing. Is there a way to split on a per request basis? So say 10 backend servers each with unique authorisation headers set up, then have each single incoming request RR to each: Incoming http request 1 -> backend1 Incoming http request 2 -> backend2 Incom

Re: Sending basic auth to "backend" servers

2016-05-26 Thread jrhodes
Maxim, thanks so much. I'll read those parts! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,267156,267184#msg-267184 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Sending basic auth to "backend" servers

2016-05-26 Thread Maxim Dounin
Hello! On Wed, May 25, 2016 at 04:02:46PM -0400, jrhodes wrote: > Hey everyone > > I'm trying to achieve something a little unique (have read a LOT of > documentation and posts) > > I want to use ngnix as a LB to a handful of squid servers I have to > distribute http requests on a round robin

Sending basic auth to "backend" servers

2016-05-25 Thread jrhodes
Hey everyone I'm trying to achieve something a little unique (have read a LOT of documentation and posts) I want to use ngnix as a LB to a handful of squid servers I have to distribute http requests on a round robin basis. Each squid web server in the "backend" accepts a unique username and pas