Entendi!
PythonHandler mod_python.publisher
precisa ser
PythonHandler mod_python.cgihandler
Então você pode executar o Python como CGI.
Máquina Ubuntu.
Mod_python instalado usando o apt-get.
adicionado
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
AddHandler mod_python .py
PythonHandler mod_python.publisher
PythonDebug On
</Directory>
para o arquivo de sites disponíveis / padrão.
Apache reiniciado.
Mas ainda não vejo o Python em execução. Em vez disso, o navegador inicia o download do arquivo.
Tags python apache-http-server