- Instale python 2.3
- Instale mod_python 3.2.5
- agregue al http.config: LoadModule python_module modules/mod_python.so
- agregue tambien:
Código Apache:
Ver original
<Directorio "/ xampp / htdocs / test"> AddHandler mod_python .py PythonHandler mptest En PythonDebug </ Directory>
La versión de xampp es 1.7 por que la 1.8 da error, y también leí que con python 2.7 también da error...
y al colocar "LoadModule python_module modules/mod_python.so" en http.config el xampp no arranca pero al comentarlo todo funciona normal sin el python
estoy guiándome de estos link:
http://blog.hcosta.info/tutorial-xam...windows-facil/
http://translate.google.co.ve/transl...66%26bih%3D667
https://lists.debian.org/debian-user.../msg00057.html
De ante mano muchas Gracias