Hi, I have 2.6.STABLE1-20060711 installed as an accelerating server in front of an apache-2 (which itself works as frontend for zope-2.7). When using "normal" browsers (Firefox, IE, Mozilla, Opera) all works perfectly. When using "wget" to access the same URL from the same client, wget sometimes fetches only between 50 and 90 percent of the data and then "freezes": --------------------------------------- [stefan.palme@devel]$ wget http://zwickau-bp24.de --15:06:33-- http://zwickau-bp24.de/ => `index.html.8' Resolving zwickau-bp24.de... 88.198.32.172 Connecting to zwickau-bp24.de[88.198.32.172]:80... connected. HTTP request sent, awaiting response... 61% [======================================================================> ] 74,937 179.92K/s -------------------------------------- At this stage the wget process seems to "freeze", i.e. does not fetch any more data. Maybe it will timeout after some minutes... I've just killed it with SIGTERM. The client sits in a LAN behind a firewall, but the same happens when using wget on the gateway host. I already have the squid option "httpd_accel_no_pmtu_disc" enabled, but this did not help. Any hints? Best regards -stefan-