2000-11-15 15:09:37 +01:00
|
|
|
================================================================================
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2003-01-09 20:51:20 +01:00
|
|
|
For more information, see http://www.modpython.org/.
|
2000-11-15 15:09:37 +01:00
|
|
|
|
|
|
|
================================================================================
|