Re: [us...@httpd] Re: Weird problem with SSL and Google Chrome and IE7/8.

2009-07-14 Thread Bill Davidson
Figured it out. The shm files were on an NFS mounted file system, since all of our development space is on an NFS drive. I set the shm files up in /var/tmp and it's fast again. Sigh. - The official User-To-User support forum

Re: [us...@httpd] Re: Weird problem with SSL and Google Chrome and IE7/8.

2009-07-14 Thread Bill Davidson
André Warnier wrote: Make sure you post the final solution though. That may be useful to a lot of people in the future. Still haven't figured it out. One thing I ran across today is that SSL session caching is important for IE (maybe for Chrome too?). I have this: SSLSessionCache"sh

Re: [us...@httpd] Re: Weird problem with SSL and Google Chrome and IE7/8.

2009-06-25 Thread André Warnier
Bill Davidson wrote: André Warnier wrote: Did you try commenting that line out ? Hmm. Commenting it out seems to fix it with IE7. Not sure what will happen to IE6 though. Now I have to go find our old Win2k box and see if it will still boot. You could also examine the User-Agent headers s

Re: [us...@httpd] Re: Weird problem with SSL and Google Chrome and IE7/8.

2009-06-25 Thread Bill Davidson
André Warnier wrote: Did you try commenting that line out ? Hmm. Commenting it out seems to fix it with IE7. Not sure what will happen to IE6 though. Now I have to go find our old Win2k box and see if it will still boot. Doesn't affect Chrome though, which still has the problem. Maybe I sh

Re: [us...@httpd] Re: Weird problem with SSL and Google Chrome and IE7/8.

2009-06-24 Thread André Warnier
Bill Davidson wrote: I forgot to mention, I also have this, in httpd-ssl.conf BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 Not sure if that matters. Good point. I believe it well may. Did you try commenting that line out ? Afte

[us...@httpd] Re: Weird problem with SSL and Google Chrome and IE7/8.

2009-06-24 Thread Bill Davidson
I forgot to mention, I also have this, in httpd-ssl.conf BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 Not sure if that matters. - The official User-To-User supp