freebsd-ports/www/mod_python3/pkg-message
Hye-Shik Chang 2efd69c6f1 Utilize envvars.d which is from the recent www/apache2 change so
that set LD_PRELOAD automatically.

Thanks to:	clement
2004-12-19 17:55:30 +00:00

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/.
================================================================================