forked from Lainports/freebsd-ports
17 lines
417 B
Text
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
|
|
}
|
|
]
|