[
https://issues.apache.org/jira/browse/TS-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001850#comment-13001850
]
Leif Hedstrom commented on TS-675:
----------------------------------
I have a fix for this, that I will commit soon (doing some more tests). Do
remember though that all "redirect" map rules have lower priority than a "map"
rule. So, if a map rule matches the request, it will always take effect, even
if it's later in the remap.config file order. E.g. something like this will work
redirect http://www.ogre.com/path1 http://www.apache.org
map http://www.ogre.com/path2 http://real.ogre.com
while this will not work:
redirect http://www.ogre.com/path1 http://www.apache.org
map http://www.ogre.com http://real.ogre.com
I *think* we have a separate bug filed for that, probably targeted for v3.1,
but it's a wee bit complicated to fix I think.
> Traffic Server 2.1.5 does not respect redirect directives in remap.config
> -------------------------------------------------------------------------
>
> Key: TS-675
> URL: https://issues.apache.org/jira/browse/TS-675
> Project: Traffic Server
> Issue Type: Bug
> Components: Remap API
> Affects Versions: 2.1.5
> Environment: Linux NAZ-PLONE-2020 2.6.36-gentoo-r5 #1 SMP Wed Feb 9
> 15:16:31 EST 2011 x86_64 Intel(R) Xeon(R) CPU E5540 @ 2.53GHz GenuineIntel
> GNU/Linux
> Apache Traffic Server - traffic_server - 2.1.5-unstable - (build # 1913 on
> Feb 9 2011 at 13:42:56)
> Reporter: Michael A. Smith
> Assignee: Leif Hedstrom
> Fix For: 2.1.7
>
> Attachments: ats-no-redirect.txt
>
>
> Traffic Server does not seem to respect the redirect rules in remap.config at
> all. I've tried several iterations of the below to no avail.
> {code}
> # fgrep proxy.config.url_remap records.config
> CONFIG proxy.config.url_remap.default_to_server_pac INT 0
> CONFIG proxy.config.url_remap.default_to_server_pac_port INT -1
> CONFIG proxy.config.url_remap.remap_required INT 0
> CONFIG proxy.config.url_remap.pristine_host_hdr INT 0
> CONFIG proxy.config.url_remap.filename STRING remap.config
> # cat remap.config
> redirect https://naz-plone-2020/ https://2020.naz.edu/
> redirect http://naz-plone-2020/ http://2020.naz.edu/
> map https://2020.naz.edu
> http://127.0.0.1:10000/VirtualHostBase/https/naz-plone-2020/Plone/VirtualHostRoot
> map http://2020.naz.edu
> http://127.0.0.1:10000/VirtualHostBase/http/naz-plone-2020/Plone/VirtualHostRoot
> # traffic_line -x
> # curl -D- -o/dev/null http://naz-plone-2020 2> /dev/null
> HTTP/1.1 404 Not Found on Accelerator
> Date: Wed, 23 Feb 2011 01:20:37 GMT
> Connection: close
> Server: ATS/2.1.5-unstable
> Cache-Control: no-store
> Content-Type: text/html
> Content-Language: en
> Content-Length: 240
> {code}
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira