On Fri, Jun 13, 2014 at 5:10 PM,  <j...@apache.org> wrote:
> Allow for "magic" scheme "auto" which makes the scheme of
> the backend worker match whatever the scheme of the
> incoming request was...
>
> For example:
>
>    ProxyPass / auto://foo.example.com/
>
> If the incoming request is http:.../lala then
> the resultant will be http://foo.example.com/lala
>
> If it's wws:.../lolo then we'd send
> wws://foo.example.com/lolo


Does this work for websockets? Isn't the scheme http:// + Upgrade for
websockets?

I thought "auto" would mean the handlers would second-guess the
scheme, but if we replace it in proxy_util.c they cannot do that
anymore.

-- 
Eric Covener
cove...@gmail.com

Reply via email to