Re: [users@httpd] Refiring requests to proxy backend

2015-12-18 Thread Jose Thomas
> I'll keep you posted if I find a smart way to re-fire mod_proxy on demand. > > With regards, > Daniel. > > Thanks Daniel.

Re: [users@httpd] Refiring requests to proxy backend

2015-12-18 Thread Jose Thomas
; > I'm not a mod_lua expert, esp as it relates to exposing the > > full Apache httpd API... it is possible that using r.handler > > and specifying the proxy may work. > > > >> On Dec 18, 2015, at 8:05 AM, Jose Thomas wrote: > >> > >> Jim, >

Re: [users@httpd] Refiring requests to proxy backend

2015-12-18 Thread Jose Thomas
t will be processed as a proxy > request. > > On Dec 17, 2015, at 9:21 AM, Jose Thomas wrote: > > > > All, > > > > I am using httpd 2.4 with mod_proxy (http) routing requests to multiple > backends. > > > > I have a strange requirement. If a backend responds

[users@httpd] Refiring requests to proxy backend

2015-12-17 Thread Jose Thomas
All, I am using httpd 2.4 with mod_proxy (http) routing requests to multiple backends. I have a strange requirement. If a backend responds with a custom response code - i need to re-execute the request to a different backend. What would be the right way to implement this functionality ? I was l