﻿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
5841	Error in mod_python documentation	Derek Steinkamp <dsteinkamp@…>	nobody	"{{{
<VirtualHost *>
    ServerName www.example.com
    # ...
    <Location ""/something"">
        SetEnv DJANGO_SETTINGS_MODULE mysite.settings
        PythonInterpreter mysite
    </Location>

    <Location ""/otherthing"">
        SetEnv DJANGO_SETTINGS_MODULE mysite.other_settings
        PythonInterpreter mysite_other
    </Location>
</VirtualHost>
}}}

Should read:
{{{
<VirtualHost *>
    ServerName www.example.com
    # ...
    <Location ""/something"">
        SetEnv DJANGO_SETTINGS_MODULE mysite.settings
        PythonInterpreter mysite
    </Location>

    <Location ""/otherthing"">
        SetEnv DJANGO_SETTINGS_MODULE mysite_other.settings
        PythonInterpreter mysite_other
    </Location>
</VirtualHost>
}}}

(Change is in the second SetEnv line)"		closed	Documentation	dev		duplicate			Unreviewed	0	0	0	0	0	0
