You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tom Evans <te...@googlemail.com> on 2010/04/09 15:34:03 UTC

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

On Fri, Apr 9, 2010 at 2:14 PM, Amit Panwar <am...@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 /someapp http://internal_server/someapp interpolate
>   ProxyPassReverse /someapp http://internal_server/someapp interpolate
>
> I want to access the CGI environment variables on my backend servers.
>
> Actually I want to setup a shibboleth environment my Shibboleth Service
> provider is running on my front end apache server and shibboleth protected
> application on internal server. After authentication Server provider set
> some attributes on front end server's environment and I want those
> attributes to be accessible to my application running on backend apache
> server. So is it possible to forward some environment variable from front
> server to backend servers and if yes then how?
>
> Thanks in advance
> ap1285
>
>

Convert them into additional request headers:

RequestHeader set X-Shib-Attribute %{Shib-Attribute}e

Cheers

Tom

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org