Re: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-17 Thread Nick Kew
William A. Rowe, Jr. wrote: Neil A. Hillard wrote: On the ProxyPassReverse in Location bug - this was a show-stopper, end of story, for us. If Nick hadn't fixed this (under consultancy) we'd have been looking at products other than Apache. ROFL - I always love these posts. Would have be

Re: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-17 Thread Neil A. Hillard
William A. Rowe, Jr. wrote: Neil A. Hillard wrote: On the ProxyPassReverse in Location bug - this was a show-stopper, end of story, for us. If Nick hadn't fixed this (under consultancy) we'd have been looking at products other than Apache. ROFL - I always love these posts. Would have been l

Re: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-16 Thread William A. Rowe, Jr.
Neil A. Hillard wrote: On the ProxyPassReverse in Location bug - this was a show-stopper, end of story, for us. If Nick hadn't fixed this (under consultancy) we'd have been looking at products other than Apache. ROFL - I always love these posts. Would have been looking at another product w

Re: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-16 Thread Neil A. Hillard
Hi, Nick Kew wrote: On Tuesday 16 August 2005 14:45, Axel-Stéphane SMORGRAV wrote: Nick, I submitted the three votes I thought you needed last time this issue came up. No, this is different. Patching a release marked "stable" (i.e. 2.0) requires 3 votes from apache committers. That requi

Re: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-16 Thread Nick Kew
On Tuesday 16 August 2005 14:45, Axel-Stéphane SMORGRAV wrote: > Nick, > > I submitted the three votes I thought you needed last time this issue came > up. No, this is different. Patching a release marked "stable" (i.e. 2.0) requires 3 votes from apache committers. That requires two committers (

RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-16 Thread Axel-Stéphane SMORGRAV
king about backporting your patch (id=11917) or (id=15543) ? I tested the former, not the latter. -ascs -Original Message- From: Nick Kew [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 11:39 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_proxy/mod_proxy_html Axe

Re: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-16 Thread Nick Kew
Axel-Stéphane SMORGRAV wrote: - the path to the j_security_check servlet is not in the Cookie path /cas Dealing with this in reverse-proxy is something I'm trying to get votes for backporting into httpd-2.0 so that it's available in all the packaged versions of Apache. See for example http://

RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-16 Thread Axel-Stéphane SMORGRAV
. BR -ascs -Original Message- From: Shahzad Bhatti [mailto:[EMAIL PROTECTED] Sent: Monday, August 15, 2005 6:40 PM To: users@httpd.apache.org; users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html I can see from the live header, that the single sign on server is

RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-15 Thread Shahzad Bhatti
change. Thanks. -Shahzad Bhatti -Original Message- From: Axel-Stéphane SMORGRAV [mailto:[EMAIL PROTECTED] Sent: Fri 8/12/2005 2:54 AM To: users@httpd.apache.org Cc: Subject: RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html What you need to do is use LiveHTTPHeaders in

RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-12 Thread Axel-Stéphane SMORGRAV
rection to the login service, not to another j_security_check... -ascs -Original Message- From: Shahzad Bhatti [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 6:46 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html Axel, Thanks again, it work

RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-11 Thread Shahzad Bhatti
users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html I think I must have been smoking something strong the day I replied to you last. What you probably need is ProxyPassReverse /wcs https://wd-prtlsrv1:8443/hendrickson instead of ProxyPassReverse https://wd-prtlsrv1

RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-11 Thread Axel-Stéphane SMORGRAV
al Message- From: Shahzad Bhatti [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 11:56 PM To: Shahzad Bhatti; users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html Is there anyway that I can use mod_rewrite module to replace "Location" header. Let

RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-10 Thread Shahzad Bhatti
che.org' Subject: RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html Thanks Axel. I added ProxyPassReverse https://wd-cassrv1:8443/myapp http://extranet.myserver.com/MyApp to httpd.conf as you suggested and installed LiveHttpHeaders. Here is what I see - First I try to access my applicat

RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-10 Thread Shahzad Bhatti
:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 1:39 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html Does your SSO application redirect to 1. https://wd-cassrv1:8443/myapp, or 2. http://extranet.myserver.com/MyApp ?? In case 1 you would need to add an

RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-09 Thread Axel-Stéphane SMORGRAV
From: Shahzad Bhatti [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 11:54 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html One more thing, here is how my configuration looks like: LoadFilemodules/zlib.so LoadModule publisher_modulemo

RE: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-09 Thread Shahzad Bhatti
- From: Shahzad Bhatti Sent: Tuesday, August 09, 2005 4:47 PM To: Shahzad Bhatti; users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_proxy/mod_proxy_html > Hello, >I am trying to setup Reverse Proxy Server on Windows 2003 machine. I am > using Apache 2.0. The applicati

[EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-09 Thread Shahzad Bhatti
> Hello, >I am trying to setup Reverse Proxy Server on Windows 2003 machine. I am > using Apache 2.0. The application uses a single-sign-on software, which redirects to the application upon successful authentication. So, the user first accesses http://extrane