Apache2

From Utopia
Revision as of 19:20, 14 May 2023 by Locke (talk | contribs) (Created page with "* how to create a subdomain on your VPS (create subdomain) * * SSL einrichten <nowiki>https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-debian-8</nowiki> == Configuration == === VirtualHost Webseiten "sites-available" === {| class="wikitable" |+ !Tag !Hierachiestufe ! ! |- |<VirtualHost> |1 | | |- |<Directory> |2 | | |- |<Files> |3 | | |} WSGIDaemonProcess Beschreibung: Man benutzt diesen Befehl, damit der WSGI Prozess a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • how to create a subdomain on your VPS (create subdomain)
  • SSL einrichten https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-debian-8

Configuration

VirtualHost Webseiten "sites-available"

Tag Hierachiestufe
<VirtualHost> 1
<Directory> 2
<Files> 3


WSGIDaemonProcess

Beschreibung: Man benutzt diesen Befehl, damit der WSGI Prozess als Daemon gestartet wird

Parameter 1 = Name des Daemon Prozesses

Parameter 2 = "python-home"

Parameter 3 = "python-path"

Errors / Misbehavior

Apache zeigt den DOM Tree, wenn man auf die IP geht

Workaround: ne index.html in das Hauptverzeichnis mit ner Weiterleitung auf die gewuenschte seite