Can someone point me to a document on how to perform a setup for Apache.
What modules would it be good to install ( I presume as a site package for Python)?
What should the settings.py reflect to accept calls from Apache?
What do I need to configure in the apache config file?
What port should I use?
I assume that once I use Apache I no longer need to run python manage.py runserver, because I will no longer
be using the local server, but now the Apache server?
Any other suggestions would be helpful.
Is mod_wsgi for a medium traffic web site for https the way to go?
Thanks