Sam Varshavchik wrote:
>
> On Thu, 7 Sep 2000, Jason Baker wrote:
>
> > The thing that jumps out at me is "Transfer-Encoding: chunked". I'll
> > poke around the IE site to see if it has any known problems with that.
>
> If this is it, it appears to be an Apache issue. Transfer-Encoding: is an
> HTTP/1.1 header that's inserted by the web server.
>
> Hmmm... Is there a way to force Apache into HTTP/1.0 when it's talking to
> MSIE?
There is a way... I'll try that out and see what happens.
For the curious: in one of your .conf files, you need this:
BrowserMatch "RealPlayer 4\.0" force-response-1.0
The pattern is a regexp, as far as I know.