Re: Caching

2011-09-20 Thread Christophe Rahier
Hi, What do you mean when you say running -c? Here's my config file. Thanks for your help. Christophe global log 192.168.0.2 local0 log 127.0.0.1 local1 notice maxconn 10240 defaults logglobal option dontlognull retries2 timeout client 35s timeout server 35s timeout connect 5s

Re: Caching

2011-09-19 Thread Christophe Rahier
Hi, I thought the problem was in my browser but when I empty the cache, I've the same problem. To be sure, I tried with an other browser and the problem is the same. When I call my page locally from the server, the result is OK. Christophe Le 19/09/11 13:45, « Baptiste » bed...@gmail.com a

Re: Caching

2011-09-19 Thread Baptiste
In any case HAProxy can be pointed about this problem. Do you have a proxy on your LAN? or Apache mod_cache enabled? cheers On Mon, Sep 19, 2011 at 2:30 PM, Christophe Rahier christo...@qualifio.com wrote: Hi, I thought the problem was in my browser but when I empty the cache, I've the

Re: Caching

2011-09-19 Thread Hank A. Paulson
You can get weird results like this sometimes if you don't use http-close or any other http closing option on http backends. You should paste your config. Maybe there should be a warning, if there is not already, for that situation - maybe just when running -c. On 9/19/11 5:46 AM, Christophe