Hi All
 
Have a strange problem,
 
Have recently deployed pound on OpenBSD, it is connected to a gigabit lan and has a web server right next to it on the same Lan.
 
On occasion when accessing the website (which presently has no load apart from a few developers in the office) pound timesout connecting to the webserver.
 
Pound shows this in syslog. It seems to be persistent to a single computer when it happen, at first I thought it was a session based problem but have cleared all my cookies several times.
 
What is unusual is that so far we are unable to reproduce this problem in Internet Explorer.
 
My config looks like this:
 

TimeOut 25
LogLevel 4
Control "/opt/pound-2.3/socket"

ListenHTTP

    Address xx.xx.xx.74
    Port    80
    Service
         Session
            Type    Cookie
            ID      "PHPSESSID"
            TTL     300
        End
        BackEnd
               Address  xx.xx.xx.78

               Port    80
               Priority 1
            End
        End
    End

Syslog:

Oct  4 09:03:08 lb1 pound: error copy chunk cont: Broken pipe
Oct  4 09:03:24 lb1 pound: response error read from xx.xx.xx.xx.78:80: Undefined error: 0
Oct  4 09:03:28 lb1 pound: error flush headers to xx.xx.xx.xx.131 : Broken pipe
Oct  4 09:03:40 lb1 pound: error copy chunk cont: Broken pipe
Oct  4 09:03:41 lb1 pound: response error read from xx.xx.xx.78:80: Undefined error: 0
Oct  4 09:04:16 lb1 last message repeated 4 times
Oct  4 09:05:31 lb1 last message repeated 2 times
Oct  4 09:06:44 lb1 pound: error copy chunk cont: Broken pipe
Oct  4 09:06:51 lb1 pound: response error read from xx.xx.xx.78:80: Undefined error: 0
Oct  4 09:07:18 lb1 last message repeated 2 times

 

Thanks for your help.

 

Rachel