Hi, On Wed, Feb 25, 2009 at 10:38:55PM -0800, Michael Fortson wrote: > When trying this, I get: > [ALERT] 056/063556 (24031) : parsing [/etc/haproxy/haproxy.cfg:290] : > error detected while parsing ACL 'nearly_full'. > [ALERT] 056/063556 (24031) : Error reading configuration file : > /etc/haproxy/haproxy.cfg > > (haproxy version 1.3.15.7) > > source: > acl nearly_full connslots(fast_mongrels) lt 10 > use_backend everything if nearly_full > > also tried: > acl nearly_full connslots(fast_mongrels) -lt 10 > use_backend everything if nearly_full
just checked. Sorry, it's only in -master, and was not backported into 1.3.15. You might want to try with the latest snapshot. Regards, Willy

