Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-24 Thread Andres Aguado
Thanks for your responses. Finally i followed tom's indications and with new sentences the header get null value, so i suppose that apache gets the env. value before it's filled by credential application (PingF). But, it seems that this app give apache information through http headers, so finall

Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Tom Evans
On Thu, Feb 23, 2012 at 5:46 PM, Andres Aguado wrote: > Hi all, let me see. > > This is the sentence that i'm using now in httpd.conf, following > document http://httpd.apache.org/docs/current/mod/mod_headers.html > > RequestHeader set PF_AUTH_CORP_ID_NEW env=%{PF_AUTH_SUBJECT}e > > And this is wh

Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Andres Aguado
Hi all, let me see. This is the sentence that i'm using now in httpd.conf, following document http://httpd.apache.org/docs/current/mod/mod_headers.html RequestHeader set PF_AUTH_CORP_ID_NEW env=%{PF_AUTH_SUBJECT}e And this is what is can see in Wireshark PF_AUTH_CORP_ID_NEW: env=(null) PF_AUTH_

Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Andres Aguado
Thanks Erik. There is a PingFederate integration kit that will provide user information autenthication information through environment variables, it means, when a resource of application server is requested via http, an authentication process is triggered, and user id is provided through this PingF

Re: [users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Eric Covener
On Thu, Feb 23, 2012 at 4:39 AM, Andres Aguado wrote: > Hi all, > >    Let me ask a short cuestion for help about my virtual host, that i > think it's not working > >   Here is my virtual host: > >   RequestHeader set NEW_HEADER env=%{ENV_VARIABLE}e >   ProxyPass /path http://destination_apphost >

[users@httpd] Using requestheader to insert new header=environmentvariable_value

2012-02-23 Thread Andres Aguado
Hi all, Let me ask a short cuestion for help about my virtual host, that i think it's not working Here is my virtual host: RequestHeader set NEW_HEADER env=%{ENV_VARIABLE}e ProxyPass /path http://destination_apphost ProxyPassReverse /path http://destination_apphost So, when i