Changeset 278
- Timestamp:
- 07/21/05 12:38:28 (3 years ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r277 r278 84 84 </VirtualHost> 85 85 86 If you need to put two Django installations within the same ``VirtualHost`` ,86 If you need to put two Django installations within the same ``VirtualHost`` 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
