looks like problem was with forward slashes match
acl imagepath path_beg /images/
acl imagepathforums path_beg /forums/images/
use_backend imagepath_backend if imagepath or imagepathforums
doesn't work
acl imagepath path_beg /images
acl imagepathforums path_beg /forums/images
use_backend imag
Hi,
Le 18/02/2012 05:13, Vaibhav Arora a écrit :
Hi all,
I was looking for a solution for graceful reload of haproxy. I have a
nginx server running which passes requests to Haproxy and at times I
reload the Haproxy configuration. But I am observing that at time of
reloading all the existing con
Hi,
Le 18/02/2012 12:52, hapr...@serverphorums.com a écrit :
but in either case once rate was corrected, with or without acl in place,
/forums/images/i.png still bypassed stick-tables ?
I don't understand.
I've played with the configuration you provided (without any defaults
section btw), an
K enabled logging in haproxy but even more confused
i think i had a misconfiguration the problem my www_backend had incorrect conn
rate limit set as 200bytes
acl DATARATE_ABUSER sc2_bytes_out_rate gt 200
instead of
acl DATARATE_ABUSER sc2_bytes_out_rate gt 2000
but in either case once
haproxy logs :)
On Sat, Feb 18, 2012 at 11:23 AM, wrote:
> You mean haproxy logs or backend web server (apache/nginx logs) ?
>
> ---
> posted at http://www.serverphorums.com
> http://www.serverphorums.com/read.php?10,447870,447964#msg-447964
>
5 matches
Mail list logo