From owner-freebsd-multimedia Fri Aug 15 05:21:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA24023 for multimedia-outgoing; Fri, 15 Aug 1997 05:21:59 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id FAA24018 for ; Fri, 15 Aug 1997 05:21:56 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 15 Aug 1997 8:20:47 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA29528; Fri, 15 Aug 97 08:20:46 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id IAA14730; Fri, 15 Aug 1997 08:18:00 -0400 Message-Id: <19970815081759.28007@ct.picker.com> Date: Fri, 15 Aug 1997 08:17:59 -0400 From: Randall Hopper To: Luigi Rizzo Cc: multimedia@freebsd.org Subject: Re: snd970814.tgz References: <199708140920.LAA06216@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199708140920.LAA06216@labinfo.iet.unipi.it>; from Luigi Rizzo on Thu, Aug 14, 1997 at 11:20:45AM +0200 Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Luigi Rizzo: |Yet another snap of the new PnP + sound code at | | http://www.iet.unipi.it/~luigi/snd970814.tgz | http://www.iet.unipi.it/~luigi/snd970814.tar.gz | ftp://www.iet.unipi.it/pub/snd970814.tgz | |they are all the same thing, hopefully those who have problems |downloading the file with netscape (guys, don't you know that there |are also other alternatives for downloading web documents, such as |"fetch" and "wget" ?) will manage to get the files. The problem is that your web server is returning the wrong Content-type in the HTTP header: HTTP/1.0 200 OK Date: Fri, 15 Aug 1997 12:54:13 GMT Server: Apache/1.1.1 Content-type: text/plain Content-length: 180740 Last-modified: Thu, 14 Aug 1997 10:55:11 GMT You or your admin probably just needs to update the mime.types file for the HTTP daemon and add mappings for the tgz and tar.gz extensions. Seems its currently falling-back to text/plain when it doesn't know the extension. Randall