RE: need some help please

From: Paul Roland <paul.roland#cc.btn.ro>
Date: Wed, 2 Dec 2009 07:51:58 +0200


nvm this, sorry.
I was using tcp mode...

But I have another question, can I limit connections per ip with haproxy? thx

On Wed, December 2, 2009 05:29, Paul Roland wrote:
> Need some help with config it seems like im doing it wrong...
>
> I have:
>
> acl missing_cl hdr_cnt(Content-length) eq 0
> block if HTTP_URL_STAR !METH_OPTIONS || METH_POST missing_cl
> block if METH_GET HTTP_CONTENT
> block unless METH_GET or METH_POST or METH_OPTIONS or METH_HEAD
>
> That means after reading the manual that haproxy will block all request
> beside get post options or head.
>
> The issue is that haproxy seems to ignore this and passes everything to
> backends which return their own errors.
>
>
>
Received on 2009/12/02 06:51

This archive was generated by hypermail 2.2.0 : 2009/12/02 07:00 CET