]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Allow for "magic" scheme "auto" which makes the scheme of
authorJim Jagielski <jim@apache.org>
Fri, 13 Jun 2014 21:10:51 +0000 (21:10 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 13 Jun 2014 21:10:51 +0000 (21:10 +0000)
commit30b71c546ce885d0b83f4eb73e88827c74e15b09
treefc399580b9029e9cf92d980dc385aba8e0eeebba
parent05e3241cf8dbec472b89f59635c4ff28721b5745
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

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602523 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy.c
modules/proxy/proxy_util.c