On Aug 20, 1:01 am, erikcw <erikwickst...@gmail.com> wrote:
> Hi,
>
> I'm running Django through mod_wsgi and Apache (2.2.8) on Ubuntu 8.04.
>
> I've been running Django on this setup for about 6 months without any
> problems. Yesterday, I moved my database (postgres 8.3) to its own
> server, and my Django site started refusing to load (the browser
> spinner would just keep spinning).
>
> Pages will load when I first start apache, but after about 10 mintues,
> it just stops. Apache is still able to serve static files. Just
> nothing through Django.
>
> I've checked the apache error logs, and I don't see any entries that
> could be related. I'm not sure if this is aWSGI, Django, Apache, or
> Postgres issue?
>
> Any ideas?
Post your Apache configuration snippet for how you have set up
mod_wsgi. Sounds like you are using mod_wsgi daemon mode, but
confirmation would be nice, along with the options you are using for
WSGIDaemonProcess. Also indicate whether your Apache is running PHP
using mod_php and what MPM Apache is built for, prefork or worker.
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
-~----------~----~----~----~------~----~------~--~---