Graham, Yes to all your questions and thanks for the very helpful link - That is going to come in most useful.
Found the error inspired by another thread, which was a missing custom Middleware call that had been copied through from another app. Once that was removed django started displaying error messages again. What was so frustrating was that no errors were being displayed in the apache error log - I guess the check for middleware happens early in django. Thanks for your help. Phoebe. On Sep 23, 10:56 am, Graham Dumpleton <[email protected]> wrote: > On Sep 23, 7:11 pm, phoebebright <[email protected]> wrote: > > > Can anyone suggest where the problem might be for this one. > > > I am using wsgi and have a number of other django sites on this server > > all running fine. Have recreated the subdomain on the server, have > > copied the vhost.conf file from a site that works and changed the > > appropriate names (several times!) and ditto for the django.wsgi > > file. So it seems likely that it is reaching django ok but something > > in my django setup for this site is wrong. I'm not getting any error > > messages in the apache log file to give me a clue. > > > Totally baffled so any suggestions would be welcome! > > Have you looked in the Apache error logs for what error may be getting > logged? > > Have you defined a 404 page handler in Django? > > Have you turned on Django DEBUG to try and get it to display a more > information error page if it is getting to Django? > > Have you tried using a WSGI wrapper around Django to capture request/ > response to confirm that request is coming and exactly what response > is coming out? > > For the last one, see: > > http://code.google.com/p/modwsgi/wiki/DebuggingTechniques#Tracking_Re... > > Graham --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

