Meine kleine Dokumentation

Die Installationsdokumentation zu MeineKleineFarm.net

Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux_dash

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
linux_dash [2016/11/02 22:31] xenadminlinux_dash [2016/11/09 19:56] (aktuell) xenadmin
Zeile 1: Zeile 1:
 ====== Linux Dash ====== ====== Linux Dash ======
-Quelle: https://linux-dash.github.io/+**Quellen:** 
 +  * https://linux-dash.github.io/ 
 +  * https://httpd.apache.org/docs/current/howto/auth.html
  
 <code bash> <code bash>
Zeile 6: Zeile 8:
  
 git clone --depth 1 https://github.com/linux-dash/linux-dash.git /var/www/html/meinekleinefarm.net/dash/ git clone --depth 1 https://github.com/linux-dash/linux-dash.git /var/www/html/meinekleinefarm.net/dash/
 +</code>
 +  * <code git>
 Cloning into 'dash'... Cloning into 'dash'...
 remote: Counting objects: 78, done. remote: Counting objects: 78, done.
Zeile 12: Zeile 16:
 Unpacking objects: 100% (78/78), done. Unpacking objects: 100% (78/78), done.
 Checking connectivity... done. Checking connectivity... done.
 +</code>
 +<code bash>
 chown www-data:www-data -R /var/www/html/ chown www-data:www-data -R /var/www/html/
 +</code> 
 +Das Monitoring Dashboard über [[apache2_basic_authentication|Apache2 Basic Authentication]] absichern. 
 +<code bash>
 htpasswd -B -c /etc/apache2/.htpasswd demo-user htpasswd -B -c /etc/apache2/.htpasswd demo-user
 New password: New password:
Zeile 23: Zeile 31:
 Re-type new password: Re-type new password:
 Adding password for user demo-user2 Adding password for user demo-user2
 +</code> 
 +<code bash>
 nano /etc/apache2/sites-available/dash.meinekleinefarm.net.conf nano /etc/apache2/sites-available/dash.meinekleinefarm.net.conf
 </code> </code>
 +<hidden dash.meinekleinefarm.net.conf -edit>
 <code apache dash.meinekleinefarm.net.conf> <code apache dash.meinekleinefarm.net.conf>
 <VirtualHost *:80> <VirtualHost *:80>
Zeile 67: Zeile 77:
                                 downgrade-1.0 force-response-1.0                                 downgrade-1.0 force-response-1.0
                 BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown                 BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
- 
         </VirtualHost>         </VirtualHost>
 </IfModule> </IfModule>
 +</code>
 +</hidden>
 +
 +<code bash>
 +a2ensite dash.meinekleinefarm.net.conf
 +service apache2 reload
 </code> </code>
linux_dash.1478125912.txt.gz · Zuletzt geändert: 2016/11/02 22:31 von xenadmin