mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
8e1b3e0778
Submitted by: Gregory Trubetskoy <grisha@apache.org> (author)
13 lines
409 B
Plaintext
13 lines
409 B
Plaintext
================================================================================
|
|
|
|
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/.
|
|
|
|
================================================================================
|