﻿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
22116	Add note to Apache deployment re: virtualenv on Windows	anonymous	donjpacheco	"Here is a quote from the ""Using a virtualenv"" section of the ""How to use Django with Apache and mod_wsgi"" documentation:

""To do this, add an additional path to your WSGIPythonPath directive, with multiple paths separated by a colon:""

I was trying to do this on Windows and it wasn't working. I eventually found out that on Windows it needs to be separated with a semicolon, not a colon. Here is a quote from the top of [https://modwsgi.readthedocs.org/en/latest/configuration-directives/WSGIPythonPath.html the Apache/mod_wsgi documentation]:

""If multiple directories are specified they should be separated by a ‘:’ if using a UNIX like system, or ‘;’ if using Windows. If any part of a directory path contains a space character, the complete argument string to WSGIPythonPath must be quoted.""

That last bit may be good to include in the Django documentation as well."	Cleanup/optimization	closed	Documentation	1.6	Normal	fixed			Accepted	1	0	0	0	1	0
