interesting networking problem

N.J. Thomas njt at ayvali.org
Mon Oct 17 09:14:30 PDT 2005


* Danial Thom <danial_thom at yahoo.com> [2005-10-17 07:48:46 -0700]:
> > I can connect to this site (via http) *very* intermittently. If I
> > run "wget example.org", I get the page exactly, once, but if I run
> > the same command immediately after, I get connection reset errors,
> > e.g.:
>
> Why don't you look at the http headers and see
> what's happening? 

Here they are. I'm not a web guru, so I don't really see anything out of
the ordinary:

    $ wget -S example.org
        --12:07:03--  http://example.org/
                   => `index.html'
        Resolving example.org... 192.168.1.5
        Connecting to example.org|192.168.1.5|:80... connected.
        HTTP request sent, awaiting response...
          HTTP/1.1 200 OK
          Date: Mon, 17 Oct 2005 16:09:55 GMT
          Server: Apache/2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.8 PHP/5.0.4
          X-Powered-By: PHP/5.0.4
          Connection: close
          Content-Type: text/html
        Length: unspecified [text/html]

            [  <=>                                             ] 19,830        48.92K/s

        12:07:04 (48.82 KB/s) - `index.html' saved [19830]

    $ wget -S example.org
        --12:07:07--  http://example.org/
                   => `index.html.1'
        Resolving example.org... 192.168.1.5
        Connecting to example.org|192.168.1.5|:80... connected.
        HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
        Retrying.

        --12:07:08--  http://example.org/
          (try: 2) => `index.html.1'
        Connecting to example.org|192.168.1.5|:80... connected.
        HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
        Retrying.

        ^C

Thomas

-- 
N.J. Thomas
njt at ayvali.org
Etiamsi occiderit me, in ipso sperabo


More information about the freebsd-questions mailing list