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.
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/
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