Re: [us...@httpd] proxypass only https

2010-04-16 Thread Michael Ni
thank you On Fri, Apr 16, 2010 at 7:58 AM, Eric Covener wrote: > On Fri, Apr 16, 2010 at 10:56 AM, Michael Ni wrote: > > anyone know how can i do a > > > > ProxyPass /foo/http://foo.bar.com > > > > but only where protocol is http and not https? > > > > > > so > > http://www.apache.

Re: [us...@httpd] proxypass only https

2010-04-16 Thread Eric Covener
On Fri, Apr 16, 2010 at 10:56 AM, Michael Ni wrote: > anyone know how can i do a > > ProxyPass     /foo/    http://foo.bar.com > > but only where protocol is http and not https? > > > so > http://www.apache.org/foo/ would proxy to  http://foo.bar.com > > but https://www.apache.org/foo/

[us...@httpd] proxypass only https

2010-04-16 Thread Michael Ni
anyone know how can i do a ProxyPass /foo/http://foo.bar.com but only where protocol is http and not https? so http://www.apache.org/foo/ would proxy to http://foo.bar.com but https://www.apache.org/foo/ would be denied i looked at ProxyPassMatch, but it didn't seem right