To Karen: yes, I meant TCP RST, sorry.

Update:

Using mod_wsgi made the problem go away for Firefox.

Limiting my research to an interaction problem between Apache and
Safari, I stumbled upon this bug report for Apache
https://bugs.webkit.org/show_bug.cgi?id=5760 that describes something
very similar to what is happening and it is apparently still open.
Reading this gave me the idea to try and disable the keepalive and,
though I need to test it more extensively, it seems the problem is
gone.

A simple:

BrowserMatch "Safari" nokeepalive

in the Apache configuration did the trick. As on the production server
this application will not have to stand much traffic anyway, it should
be ok also without keepalive.

I'll update this thread if I have more findings.

Thank you both for your ideas!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to