Hi all. I have resolved this by adding user=www-data group=www-data to the WSGIDaemonProcess:
WSGIDaemonProcess sean75_ispy user=www-data group=www-data Regards, Sean On Aug 5, 1:46 pm, Sean Kemplay <[email protected]> wrote: > 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 [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 -~----------~----~----~----~------~----~------~--~---

