On 7/04/2004, at 8:55 AM, Gillian Bennett wrote:
Hi,
I am running courier 0.44.2 on fedora core 1.0 patched (kernel 2.4.22-1.2174.nptl). My webserver is apache 2.0.48
I have had a look in the archives and also in the doco and using google,
but have not been able to find a solution to this issue users with MSIE
are having with sqwebmail. Instead of the text on screen in the top left
corner of the login page, and across the top of the main page, there are
small red crosses where the headings should be. Everything looks just
fine with mozilla, so I didn't know there was a problem at all until one
of the users complained!!
I have put the recommended line into my httpd.conf file
BrowserMatch "MSIE" nokeepalive downgrade-1.0 force-response-1.0
In the httpd logs it has [snip]
That's right, MSIE will request HTTP/1.1 - the line in the configuration file forces the server to respond as HTTP/1.0, it won't affect what the browser sends.
And that's about all I know :P
-- Phillip Hutchings [EMAIL PROTECTED] http://www.sitharus.com/
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
