On 04/02/2015, at 9:55 PM, Paul Royik <[email protected]> wrote:

> Sorry to confuse you.
> There are two webapps: django_gradis and django_math. They separately have 
> apache2 folder. So I can safely add WSGIApplicationGroup %{GLOBAL}  to both?
> 
> crontab -l 
> 15,35,55 * * * * ~/webapps/django_math/apache2/bin/start
> 10,30,50 * * * * ~/webapps/django_gradis/apache2/bin/start

If they definitely only have the one WSGIScriptAlias directive in their 
respective Apache httpd.conf file then yes, you can add:

    WSGIApplicationGroup %{GLOBAL}

to both.

I am not sure how long you have had these sites but I gave feedback to 
WebFaction a long time ago that they should be setting this directive, so 
either you have an old site, or they didn't pay attention to what I was saying.

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.

Reply via email to