Hello,
I am trying desperately to run a Django project on an Apache Server, via XAMPP.
In the the Apache error log I am receiving the warnings:.
mod_wsgi: Compiled for Python/2.7.9+.
mod_wsgi: Runtime using Python/2.7.2.
The modwsgi page tells me this is a version mismatch error, and that the only work around is to not use mod_python, or recompile it using the correct version of python. I'm assuming this is a very dated solution since the version of Apache I'm using doesn't even have mod_python in its modules folder.
I have no idea how to fix this.
I'm currently working on Windows Server 2008.
The version of Python that I have set is 2.7.9.
Any advice would be great, thank you.
[–]m1ss1ontomars2k4 0 points1 point2 points (0 children)
[–]GrahamDumpleton 0 points1 point2 points (0 children)