Changeset 6034
- Timestamp:
- 09/02/07 12:09:27 (1 year ago)
- Files:
-
- django/trunk/docs/modpython.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modpython.txt
r5897 r6034 263 263 mod_python as described above__ (you need to do this even if you aren't 264 264 serving multiple installations in this case). Then add the ``PythonImport`` 265 line inside the ``Location`` or ``VirtualHost`` section. For example:: 265 line in the main server configuration (i.e., outside the ``Location`` or 266 ``VirtualHost`` sections). For example:: 266 267 267 268 PythonInterpreter my_django
