The following reply was made to PR general/836; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: general/836: httpd streaming does not work with the RealAudio 4.0 player (fwd) Date: Mon, 7 Jul 1997 23:30:06 -0600 (MDT) I will check this tomorrow, but if it is true then grrrrrr. ---------- Forwarded message ---------- Date: Mon, 07 Jul 1997 22:27:07 -0700 From: RADIO FREE UNDERGROUND <[EMAIL PROTECTED]> To: Marc Slemko <[EMAIL PROTECTED]> Subject: Re: general/836: httpd streaming does not work with the RealAudio 4.0 player Marc Slemko wrote: > It may be that the client is unable to deal with HTTP/1.1 > responses properly. Figure out what User-Agent it is > sending, then add a: > > BrowserMatch foo force-response-1.0 > > to your config file and restart your server to see if > that helps. To figure out what it sends as a User-Agent, > either configure mod_log_config to log it or use > mod_log_agent to see. This may or may not help things. > This was it! The new RealAudio Player sends a User-Agent of "RealPlayer 4.0". Thank you so much for your help! Amy :)
