this is the plataform:
Windows XP Professional SP2
Apache/2.2.4 (Win32) http://switch.dl.sourceforge.net/sou...amp5_1.7.3.exe
Python 2.5.1 http://www.python.org/ftp/python/2.5.1/python-2.5.1.msi
mod_python 3.3.1 http://apache.rediris.es/httpd/modpy...-Apache2.2.exe
I started putting this line into http.conf:
Expand|Select|Wrap|Line Numbers
- LoadModule mod_python modules/mod_python.so
"httpd.exe: Syntax error on line 118 of C:/wamp/Apache2/conf/httpd.conf: Cannot load C:/wamp/Apache2/modules/mod_python.so into server: Could not find specified module."
I solved this adding this before LoadModule into http.conf:
Expand|Select|Wrap|Line Numbers
- LoadFile "c:/wamp/python25/python25.dll"
- LoadModule mod_python modules/mod_python.so
"httpd.exe: Syntax error on line 118 of C:/wamp/Apache2/conf/httpd.conf: Can't locate API module structure `mod_python' in file c:/wamp/Apache2/modules/mod_python.so: No error"
so, what is the problem? the error puts "No error", cant figure out what this means.
so, if someone can help me i will be greatfull!! =)
thanx in advance
PS:sorry my english.... =P