Sha256: 9f2c8eeee19364715027c16f30060c1fbcbe973cc2f02f6b0ffec22b2424243e

Contents?: true

Size: 455 Bytes

Versions: 5

Compression:

Stored size: 455 Bytes

Contents

<VirtualHost *:80>
   ProxyRequests off
   ServerName <server_name>

   <Proxy balancer://nuricluster>
		### Balancer Members ###
      Order Deny,Allow
      Deny from none
      Allow from all
      ProxySet lbmethod=byrequests
   </Proxy>
   <Location /balancer-manager>
      SetHandler balancer-manager
      Order Deny,Allow
      Allow from all
   </Location>
   ProxyPass /balancer-manager !
   ProxyPass / balancer://nuricluster/
</VirtualHost>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nuri-0.5.5 modules/apache/load_balancer
nuri-0.5.4 modules/apache/load_balancer
nuri-0.5.3 modules/apache/load_balancer
nuri-0.5.2 modules/apache/load_balancer
nuri-0.5.1 modules/apache/load_balancer