﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20633	Apache settings for 2.2 does not work for 2.4	anonymous	nobody	"Relates to the following page: https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/modwsgi/

The Apache conf snippet mentioned in the page is incorrect for Apache 2.4

Working Apache 2.4 conf is the following:


WSGIScriptAlias / /path/to/mysite.com/mysite/wsgi.py
WSGIPythonPath /path/to/mysite.com

<Directory /path/to/mysite.com/mysite>
<Files wsgi.py>
Require all granted
</Files>
</Directory>"	Uncategorized	closed	Documentation	1.5	Normal	duplicate	apache, configuration		Unreviewed	0	0	0	0	0	0
