Re: [EMAIL PROTECTED] using Apache server as proxy.

2007-03-04 Thread Rostislav Khaskin
t;[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Sunday, March 4, 2007 10:34:05 AM Subject: Re: [EMAIL PROTECTED] using Apache server as proxy. Sander Temme wrote: > > On Mar 4, 2007, at 6:36 AM, Rostislav Khaskin wrote: > >> Everything works, except when I try to read re

Re: [EMAIL PROTECTED] using Apache server as proxy.

2007-03-04 Thread William A. Rowe, Jr.
Sander Temme wrote: > > On Mar 4, 2007, at 6:36 AM, Rostislav Khaskin wrote: > >> Everything works, except when I try to read remotehost address in my >> app, I get 92.168.2.100. >> >> How can I make it keep the original address? > > The proxy server stores it in the X-Forwarded-For header. Your

Re: [EMAIL PROTECTED] using Apache server as proxy.

2007-03-04 Thread Sander Temme
On Mar 4, 2007, at 6:36 AM, Rostislav Khaskin wrote: Everything works, except when I try to read remotehost address in my app, I get 92.168.2.100. How can I make it keep the original address? The proxy server stores it in the X-Forwarded-For header. Your app should have access to that.

[EMAIL PROTECTED] using Apache server as proxy.

2007-03-04 Thread Rostislav Khaskin
Good day to all. I have minimal experience with Apache, please help me out here. I am running Windows XP. My web apps are deployed on JBOSS server. Because I host multiple apps on multiple servers I have Apache server listening on port 80 and redirecting to a corresponding jboss instance and web