Apache 2.2 with mod_proxy_balancer

Discussion in 'Installation/Configuration' started by meekish, Sep 9, 2006.

  1. meekish

    meekish New Member

    I am interested in using ISPConfig to manage a server with Apache 2.2 and mod_proxy_balancer. Each VHOST on my server with use mod_proxy_balancer for 1-3 backend servers.

    Will ISPConfig work in such an environment? Do I just add the proxy balance statements to the Apache directives box when creating a new site, and, if so, do I just enter the directives in the box exactly as they would appear in the Apache config file:

    Code:
    <Proxy balancer://mongrel_cluster>
      BalancerMember http://127.0.0.1:8000
      BalancerMember http://127.0.0.1:8001
      BalancerMember http://127.0.0.1:8002
    </Proxy>
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I have no experince with mod_proxy_balancer, but if it works with manual created vhosts it will work with ISPConfig as well by adding the nescessary directives to the apache directives field.

    yes.
     

Share This Page