On Dec 9, 10:33 pm, Graham Dumpleton <[email protected]>
wrote:
> BTW, if all your Django instances are actually the same, you should
> really force them to run in same sub interpreter, otherwise you could
> be using up much more memory than you need based on your multiple
> WSGIScriptAlias directives. Ie., try setting 'WSGIApplicationGroup
> %{GLOBAL}'. This has nothing to do with your issue however.

Would I need to specify 'WSGIApplicationGroup %{GLOBAL}' in both
virtualhosts (http, https) that have the same WSGIProcessGroup in
order to make sure they all run in the same sub interpreter? The https
virtualhost is basically the same as the http vhost (from my first
post) minus the WSGIDaemonProcess directive.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en.

Reply via email to