Re: Handler invokation after upstream server being picked

2013-11-12 Thread Maxim Dounin
Hello! On Tue, Nov 12, 2013 at 07:55:28PM +0100, Jan Algermissen wrote: > > Hello! > > > > On Tue, Nov 12, 2013 at 03:28:48PM +0100, Jan Algermissen wrote: > > > > > Maxim, > > > > > > a while ago you replied to my question below. > > > > > > Since yesterday I am trying to get hold of the proxy

Re: Handler invokation after upstream server being picked

2013-11-12 Thread Jan Algermissen
> Hello! > > On Tue, Nov 12, 2013 at 03:28:48PM +0100, Jan Algermissen wrote: > > > Maxim, > > > > a while ago you replied to my question below. > > > > Since yesterday I am trying to get hold of the proxy_host > > variable set by the proxy module but without success, maybe you > > can help a lit

Re: Handler invokation after upstream server being picked

2013-11-12 Thread Maxim Dounin
Hello! On Tue, Nov 12, 2013 at 03:28:48PM +0100, Jan Algermissen wrote: > Maxim, > > a while ago you replied to my question below. > > Since yesterday I am trying to get hold of the proxy_host > variable set by the proxy module but without success, maybe you > can help a little with the code

Re: Handler invokation after upstream server being picked

2013-11-12 Thread Jan Algermissen
Maxim, a while ago you replied to my question below. Since yesterday I am trying to get hold of the proxy_host variable set by the proxy module but without success, maybe you can help a little with the code. >From the source I understood that the proxy module sets the proxy_host var >during N

Re: Handler invokation after upstream server being picked

2013-10-25 Thread Maxim Dounin
Hello! On Fri, Oct 25, 2013 at 12:30:34PM +0200, Jan Algermissen wrote: > Hi, > > I am writing a module that needs to add/change the HTTP > Authorization server for an upstream request. > > Since I am using a signature based authentication scheme where > the signature base string includes the

Handler invokation after upstream server being picked

2013-10-25 Thread Jan Algermissen
Hi, I am writing a module that needs to add/change the HTTP Authorization server for an upstream request. Since I am using a signature based authentication scheme where the signature base string includes the request host and port the header can only be added *after* the upstream module has det