Displaying 2 results from an estimated 2 matches for "appname_clust".
Did you mean:
  appname_cluster
  
2007 Jul 29
16
Mongrel stops responding after period of inactivity
.../2.2.4 (Unix)
    Mongrel Cluster Config:
        port: "8000"
        environment: production
        address: 127.0.0.1
        pid_file: log/mongrel.pid
        servers: 2
        user: [the user]
        group: [the group]
    Apache Load Balancer setup:
        <Proxy balancer://appname_cluster>
        BalancerMember http://127.0.0.1:8000
        BalancerMember http://127.0.0.1:8001
        </Proxy>
    Apache Loaded Modules:
        core_module (static)
        authn_file_module (static)
        authn_default_module (static)
        authz_host_module (static)
        authz_g...
2007 Jul 29
4
Mongrel stops responding after period of inactivity
.../2.2.4 (Unix)
    Mongrel Cluster Config:
        port: "8000"
        environment: production
        address: 127.0.0.1
        pid_file: log/mongrel.pid
        servers: 2
        user: [the user]
        group: [the group]
    Apache Load Balancer setup:
        <Proxy balancer://appname_cluster>
        BalancerMember http://127.0.0.1:8000
        BalancerMember http://127.0.0.1:8001
        </Proxy>
    Apache Loaded Modules:
        core_module (static)
        authn_file_module (static)
        authn_default_module (static)
        authz_host_module (static)
        authz_g...