Changeset 1791
- Timestamp:
- 08/13/08 13:33:23 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/admin/ModuleMirror.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1790 r1791 1 1 2008-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 2 7 3 8 * cherokee/resolv_cache.c, cherokee/socket.c, cherokee/socket.h, cherokee/trunk/admin/ModuleMirror.py
r1561 r1791 20 20 table = TableProps() 21 21 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) 23 25 24 26 txt = "<h2>Load balancing options</h2>"