[modwsgi] django, apache, mod_wsgi on Windows

2017-08-13 Thread larry.mart...@gmail.com
down votefavorite I am trying to get a django app running on Windows Server 2016 using apache and mod_wsgi and python2.7. I have tried many, many different things based on what I have read at these (and other)

Re: [modwsgi] django, apache, mod_wsgi on Windows

2017-08-13 Thread Graham Dumpleton
> On 14 Aug 2017, at 8:42 am, larry.mart...@gmail.com > wrote: > > > > down vote > <>favorite > > > > I am trying to get a django app running on Windows Server 2016 using apache

Re: [modwsgi] RHEL: Apache, mod_wsgi daemon - Multiple Virtual Hosts defined but it always picks up the first one

2017-08-13 Thread Graham Dumpleton
That would suggest you are using very old version of Apache 2.2. That directive is not required in Apache 2.4. > On 14 Aug 2017, at 1:30 am, rm...@cornell.edu wrote: > > Actually I figured it out, my config was missing - > > NameVirtualHost *:80 > > After adding that, the virtual hosts are

Re: [modwsgi] RHEL: Apache, mod_wsgi daemon - Multiple Virtual Hosts defined but it always picks up the first one

2017-08-13 Thread rm374
Actually I figured it out, my config was missing - NameVirtualHost *:80 After adding that, the virtual hosts are getting called correctly. Thanks and Cheers! On Sunday, August 13, 2017 at 12:16:21 AM UTC-4, rm...@cornell.edu wrote: > > Also, I checked the blog link below but that is a little