Yeah me again, sorry to bother y'all but this one I need to work
If this is a FAQ is there a FGA (freq given answer) ?
I have tried the following
edited the apache srm.conf file with the following snippet
I have tried enabling the MimeMagicFile both in srm.conf and
the mime_magic_mod module in httpd.conf with no success. Has
anyone got this working with IE4.x ?
<start cut>
# mod_mime_magic allows the server to use various hints from the file itself
# to determine its type.
#MimeMagicFile /etc/httpd/conf/magic
# The following directives disable keepalives and HTTP header flushes.
# The first directive disables it for Netscape 2.x and browsers which
# spoof it. There are known problems with these.
# The second directive is for Microsoft Internet Explorer 4.0b2
# which has a broken HTTP/1.1 implementation and does not properly
# support keepalive when it is used on 301 or 302 (redirect) responses.
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "MSIE 4\.0;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "MSIE 4\.0b1;" nokeepalive downgrade-1.0 force-response-1.0
# The following directive disables HTTP/1.1 responses to browsers which
# are in violation of the HTTP/1.0 spec by not being able to grok a
# basic 1.1 response.
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
</start cut>
> -----Original Message-----
> From: Dan Melomedman [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 01, 2000 1:11 AM
> To: [EMAIL PROTECTED]
> Subject: Re: attachments in sqwebmail
>
>
> This has been brought so many times, shouldn't this be a FAQ entry?
>
>
> On Tue, Oct 31, 2000 at 12:59:13AM -0500, Sam Varshavchik wrote:
> > On Tue, 31 Oct 2000, Andrew Gray wrote:
> >
> > > thanks for the help. fyi
> > > IE 5.0 and above seem to work OK
> > > but IE 4.0, even with sp2 does not.
> > > I assume all vers of netscape are OK
> > >
> > > This still means that 32% of my 12000 odd
> > > customers will be affected.
> >
> > There's been some reports that forcing apache to use HTTP/1.0
> when talking
> > to MSIE can sometimes fix this. There's an example in the default
> > httpd.conf to force HTTP/1.0 for a specific MSIE version (4.0b2 IIRC),
> > because something very obvious in 4.0b2 is broken. Extending
> the force to
> > HTTP/1.0 for all versions of MSIE helps, sometimes.
> >
> > --
> > Sam
>