WSGI: Difference between revisions
Jump to navigation
Jump to search
(Created page with " Ist die Schnittstelle zwischen Python Code, und dem Webserver.. ===WSGI/Apache2 Modul=== apt-get install libapache2-mod-wsgi-py3 a2enmod wsgi ===Apache Fehler=== Apache2 Errors") |
(No difference)
|
Latest revision as of 12:07, 7 May 2023
Ist die Schnittstelle zwischen Python Code, und dem Webserver..
WSGI/Apache2 Modul
apt-get install libapache2-mod-wsgi-py3
a2enmod wsgi