[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-702) ProxyPass redirects all requests to modcluster proxy

Jean-Frederic Clere (Jira) issues at jboss.org
Mon Mar 30 06:07:28 EDT 2020


    [ https://issues.redhat.com/browse/MODCLUSTER-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14013448#comment-14013448 ] 

Jean-Frederic Clere commented on MODCLUSTER-702:
------------------------------------------------

ProxyPass "/examples" "balancer://mycluster/"
ProxyPassReverse "/examples" "balancer://mycluster/"
<Location "/docs">
ProxyPass "!"
</Location>
is NOT the way to exclude context with mod_cluster

You need something like:
excludedContexts="ROOT,docs"
In the <Listener/> in server.xml.


> ProxyPass redirects all requests to modcluster proxy
> ----------------------------------------------------
>
>                 Key: MODCLUSTER-702
>                 URL: https://issues.redhat.com/browse/MODCLUSTER-702
>             Project: mod_cluster
>          Issue Type: Bug
>          Components: Native (httpd modules)
>    Affects Versions: 1.3.12.Final
>         Environment: Centos Linux 7.7.1908
> Apache Web Server 2.4.39
>            Reporter: Matt Rummel
>            Assignee: Jean-Frederic Clere
>            Priority: Major
>         Attachments: ModClusterProxyError.conf
>
>
> In Apache Web Server, when mod cluster is enable on a per virtual host basis, CreateBalancers 1, all proxypass directives within a virtual host pass the session to mod cluster even if target is another location such as:
> ProxyPass !
> ProxyPass http://notTheBalancer:8213
> See attached document for configuration



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the mod_cluster-issues mailing list