[us...@httpd] Reverse proxy - Getting CGI environment variable on backend server

2010-04-09 Thread Amit Panwar
Hi All, I'm using reverse proxy to forward request to my internal apache server, which is working fine. Here is my configuration on front apache server: ProxyRequests Off ProxyPassInterpolateEnv On ProxyPass /someapp http://internal_server/someapp interpolate ProxyPassReverse

Re: [us...@httpd] Reverse proxy - Getting CGI environment variable on backend server

2010-04-09 Thread Tom Evans
On Fri, Apr 9, 2010 at 2:14 PM, Amit Panwar ami...@imfinity.com wrote: Hi All, I'm using reverse proxy to forward request to my internal apache server, which is working fine. Here is my configuration on front apache server:   ProxyRequests Off   ProxyPassInterpolateEnv On   ProxyPass

Re: [us...@httpd] Reverse proxy - Getting CGI environment variable on backend server

2010-04-09 Thread Octavian Rasnita
From: Amit Panwar ami...@imfinity.com To: users@httpd.apache.org Sent: Friday, April 09, 2010 4:14 PM Subject: [us...@httpd] Reverse proxy - Getting CGI environment variable on backend server Hi All, I'm using reverse proxy to forward request to my internal apache server, which is working