1. Restarting Apache+mod_wsgi 2. Clearing Firefox cache and 3. Visiting Django app URL
are all done often when debugging/developing a DJango app under Apache +mod_wsgi. I've noticed with mod_wsgi, I will *SOMETIMES* get an error after this triad. Reloading the Django URL makes it go away so it only appears on the first visit to Django app. I will see sometimes like "400 Bad Request" page in Firefox... """ Bad Request Your browser sent a request that this server could not understand. Request header field is missing ':' separator. er.com/set_up """ The DJango URL (I'm using Django auth) is https://seoconquer.com/sign_in?next=/set_up Any help greatly appreciated. cs -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

