Top "Mod-wsgi" questions

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

How do I redirect domain.com to WWW.domain.com under Django?

How do I go about redirecting all requests for domain.com/... to www.domain.com/... with a 301 in a django …

django apache mod-wsgi http-status-code-301
Django/mod_wsgi OSError: [Errno 13] Permission denied: 'static' when DEBUG = OFF

I have a Django 1.4 application on a Centos 6.2 server (running apache, mysql, php) using mod_wsgi with my project deployed …

python django permissions mod-wsgi django-staticfiles
Apache ImportError: No module named _socket in wsgi deployment on Django

I am using WSGI 3.3 for Python 2.7.3 (32bit) for Apache 2.2. I downloaded the wsgi from http://code.google.com/p/modwsgi/…

python django mod-wsgi apache2.2
Django Apache mod_wsgi 500

I have a Django application deployed on CentOS. Here is what my httpd.conf file looks like: WSGISocketPrefix /var/run/…

django apache mod-wsgi
The current URL, , didn't match any of these - using multiple sites

I wish to have multiple django installations. One at / (which is working fine) and one at /adam. The one at …

django apache mod-wsgi wsgi django-wsgi
why use wsgiref simple_server?

I have a simple webapp to build, and I am just beginning to mess around with mod_wsgi. In various …

python mod-wsgi wsgi wsgiref
pywintypes27.dll not found using Apache, Django, pywin32, Python2.7 and mod_wsgi

I have a Django application using django-mssql to communicate w/ SQL Server. This works just fine in the dev server (…

django apache mod-wsgi pywin32 django-mssql