Re: Need help with deployment

2017-10-19 Thread sarfaraz ahmed
Yes, I moved to linux all working fine now. On Saturday, 13 May 2017 00:06:44 UTC+5:30, mohammed ferozkhan wrote: > > Hi > Problem will solved?? > If no ping me on what'sapp +91 8686962047 -- You received this message because you are subscribed to the Google Groups "Django users" group. To un

Re: Need help with deployment

2017-05-12 Thread mohammed ferozkhan
Hi Problem will solved?? If no ping me on what'sapp +91 8686962047 -- 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+unsubscr...@googlegroups.com. T

Re: Need help with deployment

2017-05-09 Thread Luiz Guilherme Silva
Here is a tutorial about Django and IIS (old, but...) https://www.toptal.com/django/installing-django-on-iis-a-step-by-step-tutorial 2017-05-09 3:59 GMT-03:00 Antonis Christofides : > Django + Apache does make a good combination, but actually you are talking > about Django + Apache + mod_wsgi + W

Re: Need help with deployment

2017-05-09 Thread Antonis Christofides
Django + Apache does make a good combination, but actually you are talking about Django + Apache + mod_wsgi + Windows (which is pretty much the only combination for Windows, excluding IIS about which I know absolutely zero). But you should also consider another operating system; see https://djangod

Re: Need help with deployment

2017-05-08 Thread Luiz Guilherme Silva
Actually, after using Nginx and Gunicorn I stopped using Apache. Anyway, I think you could try to put it running on IIS. Unfortunatelly I don't have Windows here to help you with this and never did the steps to setup Django on Apache in windows. The experience I had with apache was in a shared hos

Re: Need help with deployment

2017-05-08 Thread sarfaraz ahmed
This is first time I am trying to deploy my django project. Doing online research I found Django+Apache makes good combination. Regards, Sarfaraz Ahmed On 6 May 2017 at 01:41, Luiz Guilherme Silva wrote: > Hello Ahmed. > > Why are you using apache instead of IIS? I know it's not the question, b

Re: Need help with deployment

2017-05-05 Thread Luiz Guilherme Silva
Hello Ahmed. Why are you using apache instead of IIS? I know it's not the question, but I've worked in a project running on IIS for a long time without big problems, and you don't need Apache for this. 2017-05-04 16:00 GMT-03:00 sarfaraz ahmed : > Hello Friends, > > I have an Windows 2016 Server

Need help with deployment

2017-05-04 Thread sarfaraz ahmed
Hello Friends, I have an Windows 2016 Server edition on EC2. I install Apache 2.4 VC10 on my server and installed 2.7.13 I am not able to find MOD_WSGI.SO for this combination. Can someone provide me steps to compile or link to download -- Thanks with regards, Sarfaraz Ahmed -- You received