| View previous topic :: View next topic |
| Author |
Message |
Hemang
Joined: 11 Jul 2006
Posts: 1
Location: India
|
| Posted: Thu Feb 01, 2007 5:34 pm Post subject: Upgrading Python |
|
|
I am using apache2triad for past 6 months without any problem... although I am not a programmer. :!: But now I am stuck. I could not upgrade Python from 2.3 to either 2.4 or 2.5.
I have downloaded the Python 24 package from www.python.org but how do configure it with apache2triad? Pleae help. :oops:
-Hemang |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Sat Feb 03, 2007 9:43 am Post subject: |
|
|
| that is not easy to do , sorry |
|
| Back to top |
|
yatharth
Joined: 19 Aug 2008
Posts: 3
|
| Posted: Sat Aug 23, 2008 5:05 pm Post subject: |
|
|
I upgraded my python version to 2.5.2
Firts install the latest version of python
then open the httpd.conf file from conf folder and just remove the first line from #python config
i.e. LoadFile............ .dll
something like that
and add the following line
ScriptInterpreterSource Registry
thats it
Now it should be working |
|
| Back to top |
|
| |