I installed mod_python 3.3.1 for Apache 2.0.58 and Windows XP. Per instructions I added this line to the httpd.conf file:
LoadModule mod_python modules/mod_python.so
And I get this error:
Syntax error on line 174 of C:/Program Files/Apache Group/Apache2/conf/httpd.con
f:
Can't locate API module structure `mod_python' in file C:/Program Files/Apache G
roup/Apache2/modules/mod_python.so: No error
I navigate to the Apache Group/Apache2/modules file and find the module mod_python.so sitting there waiting to be called.
Anyone have any ideas on how to make this work? I have an assignment due in less than a week.
TMS
LoadModule mod_python modules/mod_python.so
And I get this error:
Syntax error on line 174 of C:/Program Files/Apache Group/Apache2/conf/httpd.con
f:
Can't locate API module structure `mod_python' in file C:/Program Files/Apache G
roup/Apache2/modules/mod_python.so: No error
I navigate to the Apache Group/Apache2/modules file and find the module mod_python.so sitting there waiting to be called.
Anyone have any ideas on how to make this work? I have an assignment due in less than a week.
TMS
Comment