mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
2efd69c6f1
that set LD_PRELOAD automatically. Thanks to: clement
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/.
|
|
|
|
================================================================================
|