Ticket #5303: modpython.diff
File modpython.diff, 694 bytes (added by , 17 years ago) |
---|
-
docs/modpython.txt
262 262 to ensure that you have specified the ``PythonInterpreter`` directive to 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 268 269 PythonImport /path/to/my/project/file.py my_django