[mod_cluster-issues] [JBoss JIRA] Commented: (MODCLUSTER-75) ProxyPass / balancer://mycluster can't work in mod_cluster

Jean-Frederic Clere (JIRA) jira-events at lists.jboss.org
Mon May 18 10:53:05 EDT 2009


    [ https://jira.jboss.org/jira/browse/MODCLUSTER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12468039#action_12468039 ] 

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 VirtualHost.
- don't create the balancers except if they already exist (created by a 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

        



More information about the mod_cluster-issues mailing list