lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev mime.types file inactive


From: Klaus Weide
Subject: Re: lynx-dev mime.types file inactive
Date: Fri, 26 Feb 1999 03:29:17 -0600 (CST)

On Fri, 26 Feb 1999, Chris Gray wrote:

> The header for a typical file is:
> 
> HTTP/1.1 302 Found
> Date: Fri, 26 Feb 1999 07:17:29 GMT
> Server: Apache/1.3.4 (Unix) PHP/3.0.6 mod_perl/1.17
> Location: http://metalab.unc.edu/jwsnyder/rft/rft002.mp2
> Connection: close
> Content-Type: text/html
> 

That is only a redirection to the real Location.  But
  lynx -head http://metalab.unc.edu/jwsnyder/rft/rft002.mp2
gives

  HTTP/1.0 200 OK
  Date: Fri, 26 Feb 1999 08:47:38 GMT
  Server: Apache/1.3.4 (Unix) PHP/3.0.6 mod_perl/1.17
  Last-Modified: Sun, 12 Apr 1998 04:22:30 GMT
  ETag: "3253bc-ba87f-35304186"
  Accept-Ranges: bytes
  Content-Length: 764031
  Content-Type: audio/mpeg

The only reason I can imagine for Lynx NOT prompting for download
is that Lynx has been told to do something else (which then fails).
Check lynx.cfg for a VIEWER for audio/mpeg, check for audio/mpeg
in the mailcap files - if you find anything, get rid of it.

Also check that you have enough free disk space in the temp directory
(you may need at least 2 * 764031 bytes in this case).

    Klaus

reply via email to

[Prev in Thread] Current Thread [Next in Thread]