ports/www/mod_python35/files/pkg-message.in
Olli Hauer 8bb65ab906 - update patch to reflect latest commit on github
(there is no new release sinc 2013 ...)
- do not alter httpd.conf, install a dedicated module file

PR:		204793
Submitted by:	SBB
2016-03-15 14:02:09 +00:00

16 lines
538 B
Plaintext

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