Forum Moderators: phranque
I have apache server version
2.0.48(Win32)
and i have installed
Python 2.4
Operating System is Windows
Which Mod_Python version shall i use to integrate apache with Python. Following versions are available for windows
2.1
2.2
2.4
2.5
2.6.3
2.6
2.7.1
2.7.2
2.7.4
2.7.6
3.0.1
3.0.3
3.0.4
3.1.0a
3.1.2b
3.1.3
Thank You
I can't give you a recommendation, other than to say that a good approach is to do a search for
Apache <application_name> <application version>
to see if there are any major problems with the application version you are considering for use. In general, it's best to use the latest version, as long as there are not a lot of reported interoperability problems.
In the case of 'major' applications like Python, PERL, and PHP, it's a good idea to check the forums at the web sites dedicated to these applications.
Jim