summaryrefslogtreecommitdiff
path: root/www/mod_python3/pkg-message
blob: 64fe01bba1c4506e622404c947645eb4987cd5e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
================================================================================

Also remember to add to your Apache configuration in the appropriate context:

PythonPath "['/path/to/foo', '/path/to/bar']"
AddHandler python-program .py
PythonHandler foobar
PythonDebug On

Where PythonPath includes the paths to at least the Python libdir, its
site-packages dir, and to the dir where your Python programs are. Also consider
including the dir to mod_python if your Python distribution is installed in a
non-standard location. For more information, see http://www.modpython.org/.

================================================================================