Changeset 279
- Timestamp:
- 07/21/05 12:39:11 (3 years ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r278 r279 87 87 you'll see problems due to the way mod_python caches code in memory. To fix 88 88 this problem, you'll need to use the ``PythonInterpreter`` directive to give 89 different ``<Location>`` s seperate interpreters::89 different ``<Location>`` directives seperate interpreters:: 90 90 91 91 <VirtualHost *>
