Hi,
I have the following configuration:
- Apache 2.0.47 (win32)
- mod_python 3.0.3 win32
- python 2.3
I have added the loadModule command for mod_python: "LoadModule
python_module modules/mod_python.so", and the file is there.
Apache won't start anymore. No error message is in Apache's log file.
Uncommenting the loadModule command makes apache start correctly.
Where can I get more information regarding the origin of the problem?
-PU
I have the following configuration:
- Apache 2.0.47 (win32)
- mod_python 3.0.3 win32
- python 2.3
I have added the loadModule command for mod_python: "LoadModule
python_module modules/mod_python.so", and the file is there.
Apache won't start anymore. No error message is in Apache's log file.
Uncommenting the loadModule command makes apache start correctly.
Where can I get more information regarding the origin of the problem?
-PU
Comment