I know it doesn’t directly answer your question, but I have Django running on Windows Server 2012. After wrestling with IIS for just a bit, I decided to just use Apache instead.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
django-users...@googlegroups.com.
To post to this group, send email to
django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/81d75081-c368-498d-9980-3b0e0d0feefe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I know it doesn’t directly answer your question, but I have Django running on Windows Server 2012. After wrestling with IIS for just a bit, I decided to just use Apache instead.
From: django...@googlegroups.com [mailto:django...@googlegroups.com] On Behalf Of Majid Hojati
Sent: Friday, May 11, 2018 12:52 PM
To: Django users
Subject: Deploy on windows IIS
Hi,
I have faced a problem while deploying django on windows server 2008 with IIS
I followed this
and it returns unexpectedly exited error. I am using python 3.6 and the development pythons server runs with no problem but I can not configure factcgi,
What options do I have? I can not even find the problem with this error.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to djang...@googlegroups.com.
I just go straight to the source or Google around.
https://httpd.apache.org/docs/2.4/platform/windows.html
Apache has different flavors for Windows. We’re either using ApacheHaus or Apache Lounge.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/52e5c404-69ff-45a1-910d-aeda09ad58f0%40googlegroups.com.
Yes, getting the right combination of mod_wsgi in Windows can be tricky.
This URL is most helpful with that:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#mod_wsgi
Be sure to get the Apache with the correct Visual C runtime and the right number of bits.
No, I don’t uninstall IIS because I’m using it for other server services. I have one IP address dedicated to the Apache server, and another for IIS.
I don’t use Geoserver or TomCat, so I don’t know much about their configuration. I’m sure that you can get them to work alongside Apache, though.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/da02dd76-72a7-4c41-9c9e-c9cf9a743345%40googlegroups.com.