On Sep 23, 7:11 pm, phoebebright <phoebebri...@spamcop.net> 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_Request_and_Response

Graham
--~--~---------~--~----~------------~-------~--~----~
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