Dear all,
I am trying implement a text from mod_python.
I have a apahce service 2.2.4, python 2.5 and mod_python 3.3.1
I have this mistake:
MOD_PYTHON ERROR
ProcessId: 5956
Interpreter:'192.168.5.32'
ServerName: '192.168.5.32'
DocumentRoot: 'D:/aplicaciones/web'
URI:
Dear all,
I am trying implement a text from mod_python.
I have a apahce service 2.2.4, python 2.5 and mod_python 3.3.1
I have this mistake:
MOD_PYTHON ERROR
ProcessId: 5956
Interpreter:'192.168.5.32'
ServerName: '192.168.5.32'
DocumentRoot: 'D:/aplicaciones/web'
URI:
I configured apache to execute python scripts using mod_python
handler. I followed below mentioned steps to configure apache.
1. In http.conf I added
AddHandler mod_python .py
PythonHandler mptest
PythonDebug On
2. Then I added the line "LoadModule python_module modules/
mod_python.s