RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-04 Thread Ruiyuan Jiang
To: users@httpd.apache.org Subject: RE: [us...@httpd] Passing remote client IP address to backend server and session stickness On Today at 10:29am, RJ=Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: RJ Hi, Haroon RJ RJ Thanks for the reply. Do you mean they are automatically activated for RJ reverse

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Ruiyuan Jiang
[mailto:haroon.rafi...@utoronto.ca] Sent: Monday, November 30, 2009 7:54 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Passing remote client IP address to backend server and session stickness On Today at 4:37pm, RJ=Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: RJ Hi, all RJ RJ Question 1

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Haroon Rafique
On Today at 10:09am, RJ=Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: RJ Hi, Haroon RJ RJ I see that also but I don't know how to use them. I put the statement RJ into my vhost of Apache reverse proxy and the apache complaining they RJ are wrong statement, etc. RJ Hi Ryan, X-Forwarded-For is

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Ruiyuan Jiang
@httpd.apache.org Subject: Re: [us...@httpd] Passing remote client IP address to backend server and session stickness I realize I just answered you, but in response to your explicit and specific questions; Ruiyuan Jiang wrote: Question 1: Is there a way to pass Internet users' IP address

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Ruiyuan Jiang
...@utoronto.ca] Sent: Tuesday, December 01, 2009 10:23 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] Passing remote client IP address to backend server and session stickness On Today at 10:09am, RJ=Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: RJ Hi, Haroon RJ RJ I see that also but I don't

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Ruiyuan Jiang
[mailto:haroon.rafi...@utoronto.ca] Sent: Tuesday, December 01, 2009 10:23 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] Passing remote client IP address to backend server and session stickness On Today at 10:09am, RJ=Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: RJ Hi, Haroon RJ RJ I see

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Haroon Rafique
On Today at 10:29am, RJ=Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: RJ Hi, Haroon RJ RJ Thanks for the reply. Do you mean they are automatically activated for RJ reverse proxy? Yes. RJ RJ Unfortunately it does not work for me if they are activated. RJ What does not work? The X-Forwarded-For

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Ruiyuan Jiang
: Tuesday, December 01, 2009 10:57 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] Passing remote client IP address to backend server and session stickness On Today at 10:29am, RJ=Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: RJ Hi, Haroon RJ RJ Thanks for the reply. Do you mean

Re: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Tom Evans
On Tue, Dec 1, 2009 at 4:29 PM, Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: Hi, Haroon Where do you see Apache 2.3? I don't see on the office Apache web site. Also where should I apply: %= request.getHeader(X-Forwarded-For) % In my Apache reverse proxy server? Thanks. Ryan Apache 2.3 is

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Haroon Rafique
On Today at 11:29am, RJ=Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: RJ Hi, Haroon RJ RJ Where do you see Apache 2.3? I don't see on the office Apache web site. As of yet unreleased. If I remember correctly, 2.3 will be the unstable branch and 2.4 (when released) will be the stable version.

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Ruiyuan Jiang
I am a sysadmin, Haroon. Thanks. -Original Message- From: Haroon Rafique [mailto:haroon.rafi...@utoronto.ca] Sent: Tuesday, December 01, 2009 11:55 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

RE: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Ruiyuan Jiang
@httpd.apache.org Subject: Re: [us...@httpd] Passing remote client IP address to backend server and session stickness On Tue, Dec 1, 2009 at 4:29 PM, Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: Hi, Haroon Where do you see Apache 2.3? I don't see on the office Apache web site. Also where should I apply

Re: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-12-01 Thread Tom Evans
On Tue, Dec 1, 2009 at 5:01 PM, Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: Thanks, Tom I will check with my developers here. By the way, is apache done differently for X-Forwarded-For than the rest reverse proxy vendors? Ryan No. Cheers Tom

[us...@httpd] Passing remote client IP address to backend server and session stickness

2009-11-30 Thread Ruiyuan Jiang
Hi, all Question 1: Is there a way to pass Internet users' IP address to backend server through Apache reverse proxy server? I am testing that feature so far no luck. My backend server gets Apache proxy server's IP address. But I'd like to have Internet users' IP being passed through Apache.

Re: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-11-30 Thread Haroon Rafique
On Today at 4:37pm, RJ=Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: RJ Hi, all RJ RJ Question 1: Is there a way to pass Internet users' IP address to RJ backend server through Apache reverse proxy server? I am testing that RJ feature so far no luck. My backend server gets Apache proxy server's

Re: [us...@httpd] Passing remote client IP address to backend server and session stickness

2009-11-30 Thread William A. Rowe Jr.
I realize I just answered you, but in response to your explicit and specific questions; Ruiyuan Jiang wrote: Question 1: Is there a way to pass Internet users' IP address to backend server through Apache reverse proxy server? I am testing that feature so far no luck. My backend server gets