diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-21 17:39:11 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2005-07-21 17:39:11 +0000 |
| commit | 2dfea67e341903a1e63f93010f1a007b085696b0 (patch) | |
| tree | 8076240828016132e06a860266bc0f2463147c02 /docs | |
| parent | 8a285ec790ab0ec4e19c730d17725183490ad81f (diff) | |
No, [278] missed the actual bug; this should fix it
git-svn-id: http://code.djangoproject.com/svn/django/trunk@279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modpython.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modpython.txt b/docs/modpython.txt index 1f3296f551..2bb8d07e62 100644 --- a/docs/modpython.txt +++ b/docs/modpython.txt @@ -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 |
