URL: https://linuxfr.org/users/greut/journaux/mod_python-premiers-pas Title: mod_python : premiers pas Authors: Yoan B Date: 2004年01月23日T13:51:13+01:00 Tags: debian Score: 0 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