Re: [modwsgi] Single WSGI application servicing multiple virtualhosts?

2017-10-04 Thread charles . leifer
Thank you, Graham. I cannot tell you how much I appreciate your help here (as does my employer). I'm new to configuring Apache/mod_wsgi in anything other than a cookie-cutter way, so your help is invaluable. I'll spend some time with your reply and make sure I understand everything you've

Re: [modwsgi] Single WSGI application servicing multiple virtualhosts?

2017-10-12 Thread charles . leifer
Hi Graham, Thanks again for your help. We're still noticing some extreme slowness with initial page-loads. For example, I fire off 4 requests to 4 different hosts, 3 return quickly and one takes a very long time. Subsequent requests all go through quickly, and then some time later, we'll see

[modwsgi] Re: Single WSGI application servicing multiple virtualhosts?

2017-10-03 Thread charles . leifer
I'd add that in each VirtualHost we are specifying: ... WSGIScriptAlias /path /path/to/wsgi-file.wsgi WSGIDaemonProcess proj_name And those directives are repeated for each virtualhost. On Tuesday, October 3, 2017 at 11:33:35 AM UTC-5, charles...@propylon.com wrote: > > We have a Django

[modwsgi] Single WSGI application servicing multiple virtualhosts?

2017-10-03 Thread charles . leifer
We have a Django application that needs to respond to a number of different sub-domains. By using Django middleware, we are able to avoid having to run a separate instance of the Django application for each virtualhost. We need to specify a virtualhost for each subdomain as there is some

Re: [modwsgi] Single WSGI application servicing multiple virtualhosts?

2017-10-12 Thread Charles Leifer (Propylon)
And I think I answered my own question. Besides the configuration issues we originally had, we had a second networking issue going on. Sorry to have wasted your time today, I appreciate the guidance. On Thu, Oct 12, 2017 at 5:09 PM, Charles Leifer (Propylon) < charles.lei...@propylon.com>