Re: HAProxy, Set-Cookie and Cacheable Elements

2010-04-28 Thread Karsten Elfenbein
Hi, Why do you want to persist a cachable request to a backend server? I use "cookie PHPSESSID prefix" to persist users only when needed. (if they got a session from logging in) Karsten Am Mittwoch, 28. April 2010 schrieb John Marrett: > I've noticed some interesting behaviour with persistanc

Re: ACL / hdr_dom / matching issue

2009-12-04 Thread Karsten Elfenbein
quot;^et.domain.com" ? > > > . > . > acl aclHERODOT hdr_dom(host) -i publisher.et.domain.com > acl aclET hdr_dom(host) -i et.domain.com > > use_backend ET if aclET > use_backend HERODOT if aclHERODOT > . > . > > regards > Krieger Bernhard > >

Re: haproxy and google SPDY

2009-11-19 Thread Karsten Elfenbein
would run into issues with the backend app needs to output spdy:// links on a http:// request. Am Freitag, 20. November 2009 schrieben Sie: > I am not sure if people are aware of a proposed new protocol for web from > google called SPDY. -- Mit freundlichen Grüßen Karsten Elfenbein Entw

Re: Preventing bots from starving other users?

2009-11-16 Thread Karsten Elfenbein
schrieben Sie: > On Nov 16, 2009, at 1:47 PM, Karsten Elfenbein wrote: > > Just create an additional backend and assign the bots to it. > > You can set queues and max connections there as needed. > > Yes, you're right - that's probably the best solution. I'll create an

Re: Preventing bots from starving other users?

2009-11-16 Thread Karsten Elfenbein
me time. > Requests beyond that would get queued. > > Is this possible? > > Thanks, > > Wout. > -- Mit freundlichen Grüßen Karsten Elfenbein Entwicklung und Systemadministration erento - Der Online-Marktplatz für Mietartikel. erento GmbH Friedenstrasse 91 D-1024

Re: Backend sends 204, haproxy sends 502

2009-10-28 Thread Karsten Elfenbein
Hi, most 502 errors in haproxy responses come from "bad" backend responses. Could you try adding a "Content-Length: 0" header to the backend response? I don't know if RFC requires it in a 204 response. btw. the expires date in your setcookie looks a bit strange. 0059, 1959 or 2059? Karsten Am