$ apt-get install --no-install-recommends libapache2-mod-pythonAñadimos AddHandler mod_python .py, PythonHandler mod_python.publisher, y PythonDebug en:
$ vi /etc/apache2/sites-available/default
Reiniciamos Apache:Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all AddHandler mod_python .py PythonHandler mod_python.publisher PythonDebug On
$ /etc/init.d/apache2 restartProbamos:
$ vi /var/www/prueba.py
