[
https://jira.jboss.org/jira/browse/MODCLUSTER-75?page=com.atlassian.jira....
]
Jean-Frederic Clere commented on MODCLUSTER-75:
-----------------------------------------------
In fact the balancers and the workers are not created correctly in mod_cluster.
1 - watchdog in server_rec principal
2 - via STATUS through isup in the VirtualHost that receives STATUS (6666 in the
example).
3 - during the request in proxy_cluster_trans() in the VirtualHost that creates the
request.
What should we support:
- create the balancers (and workers) in all VirtualHosts.
- don't create the balancers, create the workers of the balancers defined by a
ProxyPass and co, like: ProxyPass ... balancer://mycluster1
ProxyPass / balancer://mycluster can't work in mod_cluster
----------------------------------------------------------
Key: MODCLUSTER-75
URL:
https://jira.jboss.org/jira/browse/MODCLUSTER-75
Project: mod_cluster
Issue Type: Feature Request
Affects Versions: 1.0.0.CR1
Environment: any
Reporter: Jean-Frederic Clere
Assignee: Jean-Frederic Clere
It is not possible to use ProxyPass / balancer://mycluster in mod_cluster.
The idea is have something like:
Listen localhost:6667
<VirtualHost localhost:6667>
ProxyPass / balancer://mycluster1/
</VirtualHost>
Listen localhost:6668
<VirtualHost localhost:6668>
ProxyPass / balancer://mycluster2/
</VirtualHost>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira