You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ben snowden (JIRA)" <ji...@apache.org> on 2011/02/24 22:37:38 UTC

[jira] Commented: (TS-675) Traffic Server 2.1.5 does not respect redirect directives in remap.config

    [ https://issues.apache.org/jira/browse/TS-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999065#comment-12999065 ] 

ben snowden commented on TS-675:
--------------------------------

i have a similar problem with https map rules. if i put in the following rule in the remap config:

"map https://external.domain.com/ http://internal.domain.com/"

if i browse to https://external.domain.com/, then i am redirected as expected
if i browse to https://external.domain.com/path, then i get a 404 error

If i change the map rule to "map http://external.domain.com/ http://internal.domain.com/",
then i can browse to http://external.domain.com/ and http://external.domain.com/path fine

ATS 2.15 on ubuntu 10.04

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