[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-250) bad interaction with ProxyPassReverse when redirection

Michal Karm (Jira) issues at jboss.org
Wed Aug 14 03:55:01 EDT 2019


     [ https://issues.jboss.org/browse/MODCLUSTER-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michal Karm closed MODCLUSTER-250.
----------------------------------
    Resolution: Out of Date


Out of date.

> bad interaction with ProxyPassReverse when redirection
> ------------------------------------------------------
>
>                 Key: MODCLUSTER-250
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-250
>             Project: mod_cluster
>          Issue Type: Bug
>          Components: Native (httpd modules)
>    Affects Versions: 1.1.3.Final
>         Environment: Mixing ProxyPass/ProxyPassReverse and mod_cluster
>            Reporter: Jean-Frederic Clere
>            Assignee: Michal Karm
>            Priority: Minor
>             Fix For: 1.1.4.Final 
>
>
> Using:
> ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On
> ProxyPassReverse / balancer://mycluster/
> or
> ProxyPass / balancer://mycluster stickysession=JSESSIONID|jsessionid nofailover=On
> ProxyPassReverse / balancer://mycluster
> (note that this one won't work with mod_proxy_balancer).
> You get stuff like:
>  curl -v http://jfcpc:8000/myapp 
> +++
> < HTTP/1.1 302 Moved Temporarily
> < Date: Thu, 25 Aug 2011 09:40:17 GMT
> < Server: Apache-Coyote/1.1
> < Location: http://jfcpc:8000//myapp/
> < Content-Length: 0
> < Content-Type: text/plain
> +++
> Or
> curl -v http://jfcpc:8000/myapp/TestRedirect?location=/toto.html
> +++
> < HTTP/1.1 302 Moved Temporarily
> < Date: Thu, 25 Aug 2011 09:42:59 GMT
> < Server: Apache-Coyote/1.1
> < Location: http://jfcpc:8000//toto.html;jsessionid=OYeoix8WaRh6VEtlSrfzIS7Q.498bb1f0-00d9-3436-a341-7f012bc2e7ec
> < Content-Length: 0
> < Set-Cookie: JSESSIONID=OYeoix8WaRh6VEtlSrfzIS7Q.498bb1f0-00d9-3436-a341-7f012bc2e7ec; Path=/myapp
> < Content-Type: text/plain
> +++



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the mod_cluster-issues mailing list