Top "Mod-wsgi" questions

The mod_wsgi module is a python WSGI adapter module for Apache.

Unable log in to the django admin page with a valid username and password

I can’t log in to the django admin page. When I enter a valid username and password, it just …

python django login admin mod-wsgi
ImportError: No module named django.core.handlers.wsgi in install django mod_wsgi config on apache

I tried to install django to work with apache and mod_wsgi but get this error: ImportError: No module named …

django apache configuration installation mod-wsgi
Static files in Flask - robot.txt, sitemap.xml (mod_wsgi)

Is there any clever solution to store static files in Flask's application root directory. robots.txt and sitemap.xml are …

python flask static mod-wsgi robots.txt
Apache not serving django admin static files

Let me thanks you guys at the Stack Overflow community for helping me with various Django and Apache (with mod_…

python django apache mod-wsgi
Django persistent database connection

I'm using django with apache and mod_wsgi and PostgreSQL (all on same host), and I need to handle a …

python database django mod-wsgi persistent
Invalid command 'WSGIScriptAlias', perhaps misspelled or defined by a module not included in the server configurationAction 'configtest' failed

I got the below error while I was configuring CKAN DataPusher. Invalid command 'WSGIScriptAlias', perhaps misspelled or defined by a …

apache ubuntu mod-wsgi wsgi ckan
I am getting "Invalid command 'WSGIScriptAlias' " error while starting Apache

I want to deploy my Django project to EC2 server. I installed mod_wsgi. And made configuration like in the …

django mod-wsgi
Debugging Apache/Django/WSGI Bad Request (400) Error

My simple Django app worked fine in debug mode (manage.py runserver), and works under WSGI+Apache on my dev …

python django apache mod-wsgi django-wsgi
403 Forbidden error with Django and mod_wsgi

I created Django project in home directory so it is in home directory. Setup Django Verison : 1.5.1 Python Version : 2.7.5 mod_wsgi …

python django apache2 mod-wsgi
In production, Apache + mod_wsgi or Nginx + mod_wsgi?

What to use for a medium to large python WSGI application, Apache + mod_wsgi or Nginx + mod_wsgi? Which combination …

python apache nginx mod-wsgi