Re: Some sites are often unreachable

From: Oskar Pearson <oskar@dont-contact.us>
Date: Mon, 17 Feb 1997 15:28:15 +0200 (GMT)

David Ramahefason wrote:
>
>
> Does anybody have found probs on www.microsoft.com ???? and sometimes
> www.yahoo.com....

Yes - www.microsoft.com uses a cgi-bin for every user. If you telnet to
www.is.co.za (for example) on port 80 you get
=======================
Trying 196.4.160.225...
Connected to www.is.co.za.
Escape character is '^]'.
=================

You can then type:
=============
GET / HTTP/1.0
=========
and you will get our home page.

But if you telnet to www.microsoft.com on port 80, and type that, you get
a redirect to a executable, which redirects you about 3 or 4 times...

Somewhere along there it breaks, probably because of the number of hits their
site is getting.

The problem is that squid then caches the fact that the page is broken,
so you get broken pages for every request for the next few minutes

"negative_ttl 0" in the squid.conf seems to fix it...

        Oskar

=============================================
'experience made art, but inexperience luck.'
=============================================
Received on Mon Feb 17 1997 - 05:36:07 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:34:28 MST