diff --git a/docs/modpython.txt b/docs/modpython.txt index 38e6d91165..1f3296f551 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -83,7 +83,7 @@ instance. Just use ``VirtualHost`` for that, like so:: SetEnv DJANGO_SETTINGS_MODULE myproject.settings.admin -If you need to put two Django installations within the same ``VirtualHost``, +If you need to put two Django installations within the same ``VirtualHost`` you'll see problems due to the way mod_python caches code in memory. To fix this problem, you'll need to use the ``PythonInterpreter`` directive to give different ````s seperate interpreters::