[
https://issues.redhat.com/browse/MODCLUSTER-702?page=com.atlassian.jira.p...
]
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)