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
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
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
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
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
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