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

2012-02-24 Thread Andres Aguado
n't know if there is some particular aspect in apache configuration to works with Websphere. Anyone has any experience with this configuration? Thanks for your help Regards, Andres 2012/2/23 Tom Evans : > On Thu, Feb 23, 2012 at 5:46 PM, Andres Aguado wrote: >> Hi all, let me see. &

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

2012-02-23 Thread Andres Aguado
(null) PF_AUTH_SUBJECT: a156168 Do you know if this sentence is right, because assigned value is unexpected for me, viewing value of environment variable that i'm using Thanks for your time Regards, Andres 2012/2/23 Andres Aguado : > Thanks Erik. There is a PingFederate integration kit that

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

2012-02-23 Thread Andres Aguado
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 >>   Pro

[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

Re: [users@httpd] Reverse proxy problem

2012-02-21 Thread Andres Aguado
012/2/20 Andres Aguado : > Yes, into httpd-ssl.conf > > # Note: Configurations that use IPv6 but not IPv4-mapped addresses need two > #       Listen directives: "Listen [::]:443" and "Listen 0.0.0.0:443" > # > Listen 8443 > > > > 2012/2/20 Igor Ci

Re: [users@httpd] Reverse proxy problem

2012-02-20 Thread Andres Aguado
> > On Feb 20, 2012 10:28 PM, "Andres Aguado" wrote: >> >> m, i've configured on other machine, other apache 2.2 as reverse >> proxy and i've forwarded request to https://www.ingdirect.es, and the >> error is the same >> >> This

Re: [users@httpd] Reverse proxy problem

2012-02-20 Thread Andres Aguado
figuration? Regards Andres 2012/2/20 Andres Aguado : > Hi again. Here we are again > > Sorry, but I don't understand that dns error, because i'm connecting > to ip interface. I'm not connecting to dns name to simplify the issue. > And i can connect from proxy to backend

Re: [users@httpd] Reverse proxy problem

2012-02-20 Thread Andres Aguado
d by /spipe/pkg > > That looks more like a configuration problem...  The path is > unexpectedly concatenated with the host (okay, IP). > > Change > ProxyPass / https://192.168.112.57 > to > ProxyPass / https://192.168.112.57/ > (similar for ProxyPassReverse) >&g

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
p proxying works i suspect you don't have ssl configured > on the backend 192.168.112.57. > > > On Fri, Feb 17, 2012 at 8:57 PM, Andres Aguado wrote: >> >> Sorry Tom, here is an important piece of httpd-ssl.conf >> >> SSLEngine on   #Behind proxypass

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
che2.2\conf\ssl\server.key" .crt and .key files has been created and are present in specified directory Actuallly, redirect to https is disabled, and i'm not connecting to http, i'm connecting to https://ipreverseproxy:8443 directly. Regards Andres 2012/2/17 Tom Evans : > On Thu

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
Sorry Hridayesh, yesterday i was a bit locked and i forgot to explain the internal server error 2012/2/17 Andres Aguado : > Hi Igor, it seems that reverse proxy is malfunctioning for https. If i > proxypass to http link of destination app server it works fine, but > when i try to pro

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
work? What link are you trying to access? What errors are in the > log files? > > On Feb 17, 2012 8:30 PM, "Andres Aguado" wrote: >> >> Hi Hridayesh, and thanks for your response, but it doesn't work in >> firefox. The same error is displayed. >> >

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
gt; In firefox browser you have option to ignore certificate error. If you try > in in firefox and ignore certificate verification, it should work. > > > On Thu, Feb 16, 2012 at 8:01 PM, Andres Aguado wrote: >> >> if i enable proxypass sentenc

[users@httpd] Reverse proxy problem

2012-02-16 Thread Andres Aguado
Hi all, i'd like to expose my problem because i'm going crazy, and if anyone could help me it'll be very appreciated. Well, I've an apache 2.2 server over win2k8, and i want to configure it as reverse proxy to send request to backend Websphere server So, my httpd.conf file is written like this: