freebsd-ports/www/mod_python35/files/pkg-message.in
2019-08-14 12:25:09 +00:00

17 lines
417 B
Text

[
{ type: install
message: <<EOM
The mod_python module is no longer activated in httpd.conf!
There is now a dedicated modules file in %%APACHEETCDIR%%/modules.d
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/.
EOM
}
]