Hanno: Was ist mit Python?

Beitrag lesen

Hallo zusammen,

ich habe folgendes Problem: Ich habe den Apache 2.1 installiert. PHP und Perl habe ich locker implementiert bekommen und das funzt auch ohne Probleme.

Jedoch sitzte ich jetzt bereits seit 2 Stunden an Python... Habe Python (von python.org) und mod_python installiert.

In der httpd.conf befindet sich (zum Thema Python):

LoadModule python_module modules/mod_python.so
AddType application/x-httpd-python .py .pyc .pyw .pye

Apache fährt ordnungsgemäß hoch (dauert nur etwas länger !?!).

In der .htaccess (im Stammverzeichnis htdocs) steht (zu Python):
AddType application/x-httpd-python .py .pyc .pyw .pye
AddHandler python-program .py .pyc .pyw .pye

Doch entweder er macht nur Müll (als html ausparsen) oder er bietet mir die Datei zum Download an.

Hat jemand eine Lösung für mich?