Re: Problem with mod_wsgi and django

2010-06-10 Thread Graham Dumpleton
Do you have multiple Django sites hosted on the same Apache? Try alternate WSGI script as documented in: http://blog.dscpl.com.au/2010/03/improved-wsgi-script-for-use-with.html to see if it makes a difference. Graham On Jun 11, 12:44 am, Hasnain Lakhani wrote: > I have a django site deploye

Problem with mod_wsgi and django

2010-06-10 Thread Hasnain Lakhani
I have a django site deployed on an apache2.2.14 server. It mostly runs fine, however at random intervals it suddenly seems to forget my URLconf, no matter what URL i access, i get an error message saying the URL is not found. The problem lasts about a minute before it goes away by itself, however