Re: How can i get ip and port under forward proxy

2013-06-05 Thread Maxim Dounin
Hello! On Wed, Jun 05, 2013 at 06:26:25AM -0400, honwel wrote: > Hi, there > > I want to get ip and port under forward proxy use NGINX, a forward proxy > sketch like this: > > [Client ]-> [NGINX] -> [Internet] > >so i want to get proxy's ip and port . i have try and made some > modific

How can i get ip and port under forward proxy

2013-06-05 Thread honwel
Hi, there I want to get ip and port under forward proxy use NGINX, a forward proxy sketch like this: [Client ]-> [NGINX] -> [Internet] so i want to get proxy's ip and port . i have try and made some modifications to the source code including ngx_http_upstream.c ngx_event_connect.c , there