Safari 4 was having issues where only one or two pages would load from
our site and then on the next click, the browser window would go blank
with no content.  Refreshing wouldn't fix the issue unless we waited
over 15 seconds between refreshes.

After a long, frustrating day of debugging, I eventually narrowed the
problem down to nginx.  Loading the pages directly from the app server
worked fine.  After figuring out that it was nginx related, I found a
post stating that the keepalive_timeout setting in /etc/nginx/
nginx.conf needs to be set to "0":

keepalive_timeout  0;

Anything above zero seems to cause issues.  My guess is that most
SCALR installations will have this issue, so hopefully this helps
someone avoid the frustrations of finding the problem....


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"scalr-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/scalr-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to