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

2010-04-09 Thread Octavian Rasnita
From: "Amit Panwar" To: 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 fine. Here is my c

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 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 /someapp http:/

[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 /some