(there is no new release sinc 2013 ...) - do not alter httpd.conf, install a dedicated module file PR: 204793 Submitted by: SBB
16 lines
538 B
Plaintext
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/.
|
|
|
|
================================================================================
|