Changeset 1791

Show
Ignore:
Timestamp:
08/13/08 13:33:23 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1790 r1791  
    112008-08-13  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * admin/ModuleMirror.py: The "Generic balancer" handler should not 
     4        show an option to execute an interpreter. It does not make sense 
     5        for this handler. Fixes the second part of: 
     6        http://code.google.com/p/cherokee/issues/detail?id=87 
    27 
    38        * cherokee/resolv_cache.c, cherokee/socket.c, cherokee/socket.h, 
  • cherokee/trunk/admin/ModuleMirror.py

    r1561 r1791  
    2020        table = TableProps() 
    2121        e = self.AddPropOptions_Reload (table, "Balancer", prefix, 
    22                                         modules_available(BALANCERS), NOTE_BALANCER) 
     22                                        modules_available(BALANCERS), NOTE_BALANCER, 
     23                                        default_type='host', 
     24                                        allow_type_change=False) 
    2325 
    2426        txt  = "<h2>Load balancing options</h2>"