blob: ce6b37b01207f1563f1532d0f74240e77e15ce89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
================================================================================
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/.
================================================================================
|