Opened 15 years ago

Closed 15 years ago

#11747 closed (worksforme)

Django "Freezing" shortly after startup

Reported by: ErikW Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

After I start Apache, everything seems to work for about 5 mintues. Then Django views become unresponsive. They just continue to "load" forever.

My setup:
Django trunk
Ubuntu 8.04
Apache 2/mod_wsgi
Postgres 8.3 (on a separate box)

Change History (1)

comment:1 by Russell Keith-Magee, 15 years ago

Resolution: worksforme
Status: newclosed

Trac isn't for handling "customer support" issues - it's for tracking clearly identifiable bugs in Django. This report doesn't identify a bug - it reports a problem that is specific to your install. I strongly suspect that it is a local configuration issue, since I have _many_ sites deployed on Ubuntu/mod_wsgi.

Without a clear reproducible test case, there isn't much else we can do to help here. If you can isolate a specific Django-specific cause, feel free to reopen this ticket.

In the absence of specific details, I'm going to mark this worksforme (since it does).

Note: See TracTickets for help on using tickets.
Back to Top