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?

from Apache dox:

The BrowserMatch directive defines environment variables based on the
User-Agent header. The first argument should be a
POSIX.2 extended regular expression (similar to an egrep-style regex).
The rest of the arguments give names of variables to set.
These take the form of either "varname", "!varname" or "varname=value".
In the first form, the value will be set to "1". The second  will remove
the given variable if already defined, and the third will set the
variable to the value given by value. If a
User-Agent string matches more than one entry, they will be merged.
Entries are processed in the order they appear, and later
entries can override earlier ones.

For example:
    BrowserMatch ^Mozilla forms jpeg=yes browser=netscape
    BrowserMatch "^Mozilla/[2-3]" tables agif frames javascript
    BrowserMatch MSIE !javascript

Reply via email to