Re: How to start Django app with apache server

2016-08-07 Thread Daniel Roseman
There is no equivalent. If you're following those instructions, Django will run via Apache. -- 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+unsubsc

Re: How to start Django app with apache server

2016-08-06 Thread Terry Sankar
I am. Apache is running ,Postgresql is connected the app runs on the test server. I can run it on linux with gunicorn and nginx but do not understand what the equivalent of python manage.py runserver would be to use apache server instead ( on windows ). Thanks for your response. On Friday, Augu

Re: How to start Django app with apache server

2016-08-05 Thread Tim Graham
Are you following these instructions? https://docs.djangoproject.com/en/stable/howto/deployment/wsgi/modwsgi/ On Friday, August 5, 2016 at 3:44:27 PM UTC-4, Terry Sankar wrote: > > apache2.4 working , postgresql working , the django app is working - how > do I start the app in apache instead of