I am trying to use Django with Apache (and mod_wsgi). With the default Django webserver everything was going well, but now I get 403 (access forbidden) error when trying to load
There is one other gotcha:
Check your httpd.conf file for the following configuration:
AddHandler cgi-script .cgi .pl .py
This will cause the error.
.py MUST NOT be configured as a CGI script