Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-22 Thread Udo Rader
On Thu, 2008-02-21 at 22:43 +0100, Udo Rader wrote: > Am Donnerstag, den 21.02.2008, 20:44 + schrieb Nick Kew: > > > > > > ProxyPassReverse / > > > SetOutputFilter proxy-html > > > ProxyHTMLURLMap / /someApp/ > > > ProxyHTMLURLMap /someApp /someApp > >

Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-22 Thread Udo Rader
On Fri, 2008-02-22 at 15:03 +, Nick Kew wrote: > On Fri, 22 Feb 2008 15:56:53 +0100 > Udo Rader <[EMAIL PROTECTED]> wrote: > > > However, this looks like a mod_proxy_html <=> mod_deflate interaction > > problem. > > Sounds like more than one SetOutputFilter overriding each other. > See http:

Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-22 Thread Nick Kew
On Fri, 22 Feb 2008 15:56:53 +0100 Udo Rader <[EMAIL PROTECTED]> wrote: > However, this looks like a mod_proxy_html <=> mod_deflate interaction > problem. Sounds like more than one SetOutputFilter overriding each other. See http://httpd.apache.org/docs/2.2/sections.html#mergin -- Nick Kew App

Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-22 Thread Udo Rader
On Thu, 2008-02-21 at 21:30 +0100, Udo Rader wrote: > Hi, > > I have the following setup: > > an externally reachable https server with mod_proxy enabled that should > reverse proxy requests to other servers within the DMZ: > > inet ---> https reverse proxy ---> http hosts > > Now everything "

Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-21 Thread Udo Rader
Am Donnerstag, den 21.02.2008, 20:44 + schrieb Nick Kew: > > > > ProxyPassReverse / > > SetOutputFilter proxy-html > > ProxyHTMLURLMap / /someApp/ > > ProxyHTMLURLMap /someApp /someApp > > > > Heh. I really should update that tutorial (not that the

Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-21 Thread Udo Rader
Am Donnerstag, den 21.02.2008, 21:10 + schrieb Nick Kew: > On Thu, 21 Feb 2008 21:30:14 +0100 > Udo Rader <[EMAIL PROTECTED]> wrote: > > > > My reverse proxying configuration looks like this: > > Heh. Missed this in my previous reply. > > > CUT--- > > ProxyPass /someApp/ http:

Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-21 Thread Nick Kew
On Thu, 21 Feb 2008 21:30:14 +0100 Udo Rader <[EMAIL PROTECTED]> wrote: > My reverse proxying configuration looks like this: Heh. Missed this in my previous reply. > CUT--- > ProxyPass /someApp/ http://internal.example.com/someApp/ With that /someApp/ in the target, you need to *p

Re: [EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-21 Thread Nick Kew
On Thu, 21 Feb 2008 21:30:14 +0100 Udo Rader <[EMAIL PROTECTED]> wrote: > ProxyHTMLURLMap http://internal.example.com/someApp/ /someApp You have unmatched trailing slashes. If that gets invoked, it'll typically generate a redirect from mod_dir when the link gets followed. > > ProxyPass

[EMAIL PROTECTED] reverse https to http proxy not fully working

2008-02-21 Thread Udo Rader
Hi, I have the following setup: an externally reachable https server with mod_proxy enabled that should reverse proxy requests to other servers within the DMZ: inet ---> https reverse proxy ---> http hosts Now everything "almost" works, except for some (not all) urls not correctly rewritten, mo