Python
Jump to navigation
Jump to search
Web Programmierung
WSGI
apt-get install libapache2-mod-wsgi-py3
a2enmod wsgi
Apache2
Benoetigte Apache Module
libapache2-mod-python
- Python-embedding module for Apache 2
Optionale Apache Module
libapache2-mod-python-doc
- Python-embedding module for Apache 2 - documentation
Apache Fehler
Invalid command 'PythonHandler', perhaps misspelled or defined by a module not included in the server configuration
gucken ob die Datei da ist:
cat mods-available/python.load
LoadModule python_module /usr/lib/apache2/modules/mod_python.so
Bei mir war die Zeile komischerweise auskommentiert. Wenn ich sie wieder einkommentiere, dann startet Apache2 nicht mehr, ohne Fehlermeldung. Er sagt einfach
gucken ob die .so da ist:
ll /usr/lib/apache2/modules/mod_python.so
-rw-r--r-- 1 root root 143K Jun 28 2013 /usr/lib/apache2/modules/mod_python.so