Apache2: Difference between revisions
Jump to navigation
Jump to search
(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...") |
|||
Line 2: | Line 2: | ||
* | * | ||
* SSL einrichten <nowiki>https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-debian-8</nowiki> | * SSL einrichten <nowiki>https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-debian-8</nowiki> | ||
== SSL == | |||
mod_ssl = a2enmod ssl | |||
mod_headers = a2enmod headers | |||
== Configuration == | == Configuration == |
Latest revision as of 10:41, 5 December 2023
- 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
SSL
mod_ssl = a2enmod ssl
mod_headers = a2enmod headers
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