[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-577) ProxyPass with subdirectory

Jean-Frederic Clere (Jira) issues at jboss.org
Mon Apr 8 03:55:02 EDT 2019


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

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



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


More information about the mod_cluster-issues mailing list