blob: 612fd5e7f501dee9523ef8ed7c937a2fc357b6a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
================================================================================
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
For more information, see http://www.modpython.org/.
================================================================================
|