mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
421a5d8ea9
Spotted by: Simon Barner <barner@in.tum.de>, Oliver Eikemeier <eikemeier@fillmore-labs.com>
19 lines
593 B
Plaintext
19 lines
593 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/.
|
|
|
|
And, if you built apache without thread support, you may need to add the
|
|
following lines to $PREFIX/sbin/envvars:
|
|
|
|
LD_PRELOAD=/usr/lib/libc_r.so # or libpthread.so
|
|
export LD_PRELOAD
|
|
|
|
================================================================================
|