Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
anleitung:web:web_server:plesk [22.08.2014 06:33] – angelegt J. Huberanleitung:web:web_server:plesk [07.02.2020 08:03] (aktuell) – [HTTP to HTTPS Umleitung] J. Huber
Zeile 8: Zeile 8:
 ===== Backup über Konsole (Command Line) ===== ===== Backup über Konsole (Command Line) =====
  
-<preformatted+<code
-/opt/psa/bin/pleskbackup //<command>//  [//<arguments>//] [//<options>//]+/opt/psa/bin/pleskbackup <command> [<arguments>] [<options>]
  
-/opt/psa/bin/pleskbackup server -v ''--output-file=/private-backup/pleskbackup'' +/opt/psa/bin/pleskbackup server -v output-file=/private-backup/pleskbackup 
-</preformatted>+</code>
  
 +===== HTTP to HTTPS Umleitung =====
  
 +<WRAP center round alert 60%> **//Nicht anwenden// **
 +
 +In Verbindung mit //Let's Encrypt// nicht verwenden, da sonst eine Erneuerung des Zertifikats nicht funktioniert.
 +</WRAP>
 +
 +<code apache>
 +RewriteEngine On
 +RewriteCond   %{HTTPS} off
 +RewriteRule   (.*) https://%{HTTP_HOST}%{REQUEST_URI}
 +</code>
 +
 +
 +
 +===== Domain über Shell aktivieren =====
 +
 +<code>
 +/usr/local/psa/bin/domain --on domainname.tld
 +</code>
 +
 +
 +===== Plesk Panel – Wichtige Command Line Befehle =====
 +[[https://adminforge.de/control-panel/plesk/plesk-panel-wichtige-command-line-befehle/|Plesk Panel – Wichtige Command Line Befehle]]
 ---- struct data ---- ---- struct data ----
 +artikelinfo.name     : 
 +artikelinfo.beschreibung : 
 +artikelinfo.status   : 
 +artikelinfo.statuslink : 
 +artikelinfo.version 
 +artikelinfo.cats     : 
 +artikelinfo.catlinks : 
 +artikelinfo.prg      : 
 ---- ----