Changeset 273 for trunk/conf

Show
Ignore:
Timestamp:
03/30/05 01:44:52 (5 years ago)
Author:
marksmith
Message:

Requested by Brad:

- throw warnings if auto-vivification of a pool happens
- die if attempted to vivify a pool and the user has declared one manually
- make pool commands easier to work with (POOL name ADD node)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/conf/perlbal.conf

    r272 r273  
    3232 
    3333# the balance method defines how we pick nodes... random just randomly selects 
    34 # a node from the pool 
    35 SET web_proxy.balance_method = random 
    36 SET web_proxy.nodefile = conf/nodelist.dat 
     34# a node from the pool.  NOTE: if you set nodefile AND set nodes above, the 
     35# nodefile will override the nodes if it exists.  if the nodefile is not found, 
     36# the above nodes will be used.  it is not required that you set a nodefile and 
     37# configure nodes in this file.  one or the other is fine. 
     38SET web_proxy_pool.balance_method = random 
     39SET web_proxy_pool.nodefile = conf/nodelist.dat 
    3740 
    3841# another way of getting node information... not as useful nowadays, as random