You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Marc Slemko <ma...@znep.com> on 1998/07/16 06:20:00 UTC

Re: protocol/2585: GET /track1.mp3 from localhost returns no HTTP headers. (fwd)

The following reply was made to PR protocol/2585; it has been noted by GNATS.

From: Marc Slemko <ma...@znep.com>
To: Apache bugs database <ap...@apache.org>
Cc:  Subject: Re: protocol/2585: GET /track1.mp3 from localhost returns no HTTP headers. (fwd)
Date: Wed, 15 Jul 1998 21:08:10 -0700 (PDT)

 ---------- Forwarded message ----------
 Date: Fri, 10 Jul 1998 11:24:07 -0700
 From: Mark Stemm <st...@cs.berkeley.edu>
 To: marc@hyperreal.org
 Subject: Re: protocol/2585: GET /track1.mp3 from localhost returns no HTTP headers.
 
 Here's what happens:
 
 stemm@saber(/big/mp3/jawbox/jawbox)=>telnet localhost 80
 telnet: -x ignored, no encryption support.
 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
 GET /track1.mp3 HTTP/1.0
 
 <unprintable content>
 
 In /usr/local/apache/var/log/access_log:
 
 127.0.0.1 - - [10/Jul/1998:11:15:55 -0700] "GET /track1.mp3 HTTP/1.0"
 200 2554880
 
 stemm@now(~)=>telnet saber 80
 telnet: Warning: -x ignored, no ENCRYPT support.
 Trying 128.32.130.56...
 Connected to saber.CS.Berkeley.EDU.
 Escape character is '^]'.
 GET /track1.mp3 HTTP/1.0
 
 HTTP/1.1 200 OK
 Date: Fri, 10 Jul 1998 18:17:57 GMT
 Server: Apache/1.3.0 (Unix)
 Last-Modified: Fri, 10 Jul 1998 16:22:25 GMT
 ETag: "2072c-26fc00-35a63fc1"
 Accept-Ranges: bytes
 Content-Length: 2554880
 Connection: close
 Content-Type: audio/mpeg
 
 <unprintable content>
 
 In /usr/local/apache/var/log/access_log:
 128.32.44.96 - - [10/Jul/1998:11:18:01 -0700] "GET /track1.mp3 HTTP/1.0"
 200 2554880
 
 When I stop apache...
 [stemm@saber jawbox]# /usr/local/apache/sbin/apachectl stop
 /usr/local/apache/sbin/apachectl stop: httpd stopped
 [stemm@saber jawbox]# telnet localhost 80
 Trying 127.0.0.1...
 telnet: Unable to connect to remote host: Connection refused
 
 Anything else you would like me to try?
 
 
 		--Mark