Hi All,

I have the following in my virtual host config:

WSGIDaemonProcess sean75_ispy
WSGIProcessGroup sean75_ispy

and the following in my django.wsgi:

import os, sys
sys.path.append('/srv/home/sean75/django/')
os.environ['DJANGO_SETTINGS_MODULE'] = 'ispy.settings'
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()

Everything is working as expected except reloading the daemon.

When I try touch /srv/home/sean75/django/ispy/apache/django.wsgi it
does not reload and any changes I have made d not show up.

When I run apache2ctl restart, the changes show up.

Has anyone else experienced this?

Regards,
Sean

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