Python: Difference between revisions
Jump to navigation
Jump to search
(Replaced content with " == Web Programmierung == === WSGI === 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") Tags: Replaced Visual edit |
|||
Line 3: | Line 3: | ||
== Web Programmierung == | == Web Programmierung == | ||
=== WSGI === | === WSGI === | ||
Ist die Schnittstelle zwischen Python Code, und dem Webserver... | |||
=== WSGI/Apache2 Modul === | |||
Line 12: | Line 16: | ||
a2enmod wsgi | a2enmod wsgi | ||
=== Apache Fehler === | |||
[[Apache2 Errors]] | [[Apache2 Errors]] | ||
Revision as of 18:15, 6 May 2023
Web Programmierung
WSGI
Ist die Schnittstelle zwischen Python Code, und dem Webserver...
WSGI/Apache2 Modul
apt-get install libapache2-mod-wsgi-py3
a2enmod wsgi