df9b0f35a4
- add upstream patches from github to enable portbuild ( https://github.com/grisha/mod_python ) with hat apache@
12 lines
409 B
Text
12 lines
409 B
Text
================================================================================
|
|
|
|
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/.
|
|
|
|
================================================================================
|