When using django with apache which is the best server config? Should I use mod_wsgi?
At this point no configuration has been completed I only have the application code which has been tested using the local development server built into django.
Would anyone recommend using another web server application such as nginx?
The scheme with Apache is a slower then the following. Use uwsgi (read the next please): http://www.jeremybowers.com/blog/post/5/django-nginx-and-uwsgi-production-serving-millions-page-views/