]
Jean-Frederic Clere closed MODCLUSTER-577.
------------------------------------------
Resolution: Rejected
httpd uses the context it receives from wildfly to route requests from httpd, you
can't mix ProxyPassMatch with mod_cluster.
ProxyPass with subdirectory
---------------------------
Key: MODCLUSTER-577
URL:
https://issues.jboss.org/browse/MODCLUSTER-577
Project: mod_cluster
Issue Type: Feature Request
Components: Core & Container Integration (Java)
Affects Versions: 1.3.1.Final
Environment: apache 2.4 + mod_proxy 1.3.1 + wildfly 10.1
Reporter: Juliano Carlos da Silva
Assignee: Jean-Frederic Clere
Priority: Major
in apache
Listen 0.0.0.0:6666
<VirtualHost *:6666>
ManagerBalancerName mycluster
ServerAdvertise On
http://XXX.XXX.XXX.XXX:6666
AdvertiseFrequency 5
AllowDisplay On
EnableMCPMReceive
</VirtualHost>
ProxyPassMatch ^/apps/websocket/ ws://10.77.1.150:8080
ProxyPassReverse /apps/websocket/
http://xxxxxxxx/apps/websocket/
<LocationMatch ^/apps/((?!websocket).*)$>
#ProxyPass ajp://XXX.XXX.XXX.XXX:8009
ProxyPass balancer://mycluster
</LocationMatch>
if you get LocationMatch and replace balancer for ajp its work, but with balancer every
time it try to get from balancer ignoring my ProxyPassMatch.
But with ajp or removing mod_cluster and use mod_balancer its work ultil with
balancer://mycluster.
I think that is something in core of mod_cluster