On 04/02/2015, at 9:41 PM, Paul Royik <[email protected]> wrote:
> I actually have two webapplications django_math and django_site.
>
> Do I still need to add WSGIApplicationGroup %{GLOBAL}?
You are going to make it very confusing for me if you are moving/renaming
things.
The original Apache configuration you gave me had:
/home/simamura/webapps/django_app
The latest had:
/home/simamura/webapps/django_math
and now you are saying you actually have one called django_site.
Whatever you now have, my understanding of WebFaction is that each has a
separate directory with separate Apache configuration.
So you would be running up multiple Apache instances, each using its own port.
Thus you probably have:
/home/simamura/webapps/django_math/apache2/httpd.conf
/home/simamura/webapps/django_site/apache2/httpd.conf
The Listen directive in each will be different.
If they are separate in this way, you can quite happily add:
WSGIApplicationGroup %{GLOBAL}
to each of the Apache configuration files as the sites are running in
completely different setups.
Did you ever provide me the output from running:
crontab -l
That will tell me exactly what sites you are running and where they are.
Graham
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.