DanKegel wrote: > Yes, sounds very interesting. What happens when you fetch > the file with wget instead of firefox? What does the server say? Thanks. Size of index.html is 265 bytes. Below is result that I use wget: dt@dt-desktop:~$ wget -d --tries=3 http://192.168.167.168:8888/ Setting --tries (tries) to 3 DEBUG output created by Wget 1.12 on linux-gnu. --2011-02-21 11:20:49-- http://192.168.167.168:8888/ Connecting to 192.168.167.168:8888... connected. Created socket 3. Releasing 0x08e98db8 (new refcount 0). Deleting unused 0x08e98db8. ---request begin--- GET / HTTP/1.0 User-Agent: Wget/1.12 (linux-gnu) Accept: */* Host: 192.168.167.168:8888 Connection: Keep-Alive ---request end--- HTTP request sent, awaiting response... No data received. Closed fd 3 Retrying. --2011-02-21 11:20:55-- (try: 2) http://192.168.167.168:8888/ Connecting to 192.168.167.168:8888... connected. Created socket 3. Releasing 0x08e98db8 (new refcount 0). Deleting unused 0x08e98db8. ---request begin--- GET / HTTP/1.0 User-Agent: Wget/1.12 (linux-gnu) Accept: */* Host: 192.168.167.168:8888 Connection: Keep-Alive ---request end--- HTTP request sent, awaiting response... No data received. Closed fd 3 Retrying. --2011-02-21 11:21:02-- (try: 3) http://192.168.167.168:8888/ Connecting to 192.168.167.168:8888... connected. Created socket 3. Releasing 0x08e98db8 (new refcount 0). Deleting unused 0x08e98db8. ---request begin--- GET / HTTP/1.0 User-Agent: Wget/1.12 (linux-gnu) Accept: */* Host: 192.168.167.168:8888 Connection: Keep-Alive ---request end--- HTTP request sent, awaiting response... No data received. Closed fd 3 Giving up. dt@dt-desktop:~$