Hi, On Thu, Apr 24, 2014 at 10:52:46PM +0530, ajay kumar wrote: > Dear Sir, > > I am getting syntex error in haproxy configuration after inserting below > line :- > > stick-table type ip size 500k expire 30s store > conn_cur,conn_rate(10s),http_req_rate(10s),http_err_rate(10s) > > as stick-table: unknown argument 'store'. > > Please help me out in this error. > Thanks in advance.
You're running too old a version for this. I suspect you found the configuration on a blog and are using an old binary from a distro or something like this. "store" is only support in 1.5-dev. Regards, Willy

