Here is a copy of the logs for additional information. Looks like it hangs at 301 (content not modified) and 206 (partial content):
00000001:http_proxy.accept(0003)=0006 from [75.150.14.49:63106] 00000001:http_proxy.clireq[0006:ffff]: GET /intelliqueue/agentui/AgentUI.swf HTTP/1.1 00000001:http_proxy.clihdr[0006:ffff]: Host: www.cfpol.com 00000001:http_proxy.clihdr[0006:ffff]: User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009060309 Ubuntu/9.04 (jaunty) Firefox/3.0.11 00000001:http_proxy.clihdr[0006:ffff]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 00000001:http_proxy.clihdr[0006:ffff]: Accept-Language: en-us,en;q=0.5 00000001:http_proxy.clihdr[0006:ffff]: Accept-Encoding: gzip,deflate 00000001:http_proxy.clihdr[0006:ffff]: Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 00000001:http_proxy.clihdr[0006:ffff]: Keep-Alive: 300 00000001:http_proxy.clihdr[0006:ffff]: Connection: keep-alive 00000001:http_proxy.clihdr[0006:ffff]: Cookie: CFID=300; CFTOKEN=87524787 00000001:http_proxy.clihdr[0006:ffff]: Range: bytes=196608- 00000001:http_proxy.clihdr[0006:ffff]: If-Range: "d9c49f369fbcca1:52c" 00000001:http_proxy.srvrep[0006:0007]: HTTP/1.1 206 Partial Content 00000001:http_proxy.srvhdr[0006:0007]: Content-Length: 851062 00000001:http_proxy.srvhdr[0006:0007]: Content-Type: application/x-shockwave-flash 00000001:http_proxy.srvhdr[0006:0007]: Content-Location: http://www.cfpol.com/intelliqueue/agentui/AgentUI.swf 00000001:http_proxy.srvhdr[0006:0007]: Content-Range: bytes 196608-1047669/1047670 00000001:http_proxy.srvhdr[0006:0007]: Last-Modified: Fri, 05 Mar 2010 20:05:33 GMT 00000001:http_proxy.srvhdr[0006:0007]: Accept-Ranges: bytes 00000001:http_proxy.srvhdr[0006:0007]: ETag: "d9c49f369fbcca1:52c" 00000001:http_proxy.srvhdr[0006:0007]: Server: Microsoft-IIS/6.0 00000001:http_proxy.srvhdr[0006:0007]: X-Powered-By: ASP.NET 00000001:http_proxy.srvhdr[0006:0007]: Date: Tue, 30 Mar 2010 12:52:04 GMT 00000001:http_proxy.srvcls[0006:0007] 00000001:http_proxy.clicls[0006:0007] 00000001:http_proxy.closed[0006:0007] On Tue, Mar 30, 2010 at 8:42 AM, Amanda Machutta <[email protected]>wrote: > Hello All, > > I've completely new to HAProxy and have come up with a basic configuration > for my haproxy server to test with. I have it loadbalancing port 80 for our > websites, which load flash applications, as well as port 1312 which is used > for some backend services. In testing, I'm noticing that my webpage is > loading really slow. So slow that I had to kick up my timeouts just to get > it to finish loading. When I load directly through the webserver, I do not > see this issue. Here is a copy of my config. Any input would be greatly > appreciated. > > global > maxconn 4096 # Total Max Connections. This is dependent on > ulimit > daemon > nbproc 4 # Number of processing cores. Dual Dual-core Opteron > is 4 cores for example. > log 127.0.0.1 local0 debug > > defaults > mode http > clitimeout 150000 > srvtimeout 30000 > contimeout 4000 > log global > #option httpclose # Disable Keepalive > > listen http_proxy x.x.x.x:80 > mode tcp > balance roundrobin > option httpchk > option tcpka > > ## Define your servers to balance > server rs-webserver1 x.x.x.215:80 > server rs-webserver2 x.x.x.216:80 > server rs-webserver3 x.x.x.136:80 > server rs-webserver4 x.x.x.220:80 > server rs-webserver5 x.x.x.126:80 > > listen services x.x.x.x:1312 > mode tcp > balance roundrobin > option tcpka > ## Define your servers to balance > server rs-webserver1 x.x.x.217:1312 > server rs-webserver2 x.x.x.216:1312 > server rs-webserver3 x.x.x.136:1312 > server rs-webserver4 x.x.x.220:1312 > server rs-webserver5 x.x.x.126:1312 > > Thanks, > Amanda > > > -- > ´¨) __o > .·´ .·´¨) ¸.·´¨) _'\< . > (¸.·´ (¸.·´ (¸.·´¨¨ Amanda ¨¨¨¨¨¨( * ) ( ) > -- ´¨) __o .·´ .·´¨) ¸.·´¨) _'\< . (¸.·´ (¸.·´ (¸.·´¨¨ Amanda ¨¨¨¨¨¨( * ) ( )

