Après avoir un poil découvert Zope, je m'essaie à python avec le mod_python d'Apache. Une solution qui pourrait palier à beaucoup de problèmes liés à PHP (POO par exemple).
apt-get install libapache-mod-python
--
helloworld.py :
from mod_python import apache
def handler(req):
req.write("Hello World!")
return apache.OK
--
.htaccess :
AddHandler python-program .py
PythonHandler helloworld
PythonDebug On
Si vous avez de bons liens qui trainent sous le coude, je suis preneur. Merci.
Yoan
ps: debian cé bien ;D
Journal mod_python : premiers pas
23
jan.
2004