Skip to content

Commit

Permalink
No, [278] missed the actual bug; this should fix it
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed Jul 21, 2005
1 parent 8a285ec commit 2dfea67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modpython.txt
Expand Up @@ -86,7 +86,7 @@ instance. Just use ``VirtualHost`` for that, like so::
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 ``<Location>``s seperate interpreters::
different ``<Location>`` directives seperate interpreters::

<VirtualHost *>
ServerName www.example.com
Expand Down

0 comments on commit 2dfea67

Please sign in to comment.