]> Frank Brehm's Git Trees - config/ns1/etc.git/commitdiff
daily autocommit
authorFrank Brehm <frank@brehm-online.com>
Sun, 6 Nov 2016 05:25:02 +0000 (06:25 +0100)
committerFrank Brehm <frank@brehm-online.com>
Sun, 6 Nov 2016 05:25:02 +0000 (06:25 +0100)
16 files changed:
.etckeeper
apache2/conf-available/other-vhosts-access-log.conf
apache2/info_users_passwd [new file with mode: 0644]
apache2/mods-available/info.conf
apache2/mods-available/status.conf
apache2/mods-enabled/actions.conf [new symlink]
apache2/mods-enabled/actions.load [new symlink]
apache2/mods-enabled/cgi.load [new symlink]
apache2/mods-enabled/info.conf [new symlink]
apache2/mods-enabled/info.load [new symlink]
apache2/mods-enabled/rewrite.load [new symlink]
apache2/mods-enabled/socache_shmcb.load [new symlink]
apache2/mods-enabled/ssl.conf [new symlink]
apache2/mods-enabled/ssl.load [new symlink]
apache2/sites-available/default-ssl.conf
motd

index 3b066caed4f5ba17705077588d384af82081846f..71f1ac6189853a1daa59e86b173b1e57d42df64e 100755 (executable)
@@ -60,6 +60,7 @@ maybe chmod 0644 'apache2/conf-available/security.conf'
 maybe chmod 0644 'apache2/conf-available/serve-cgi-bin.conf'
 maybe chmod 0755 'apache2/conf-enabled'
 maybe chmod 0644 'apache2/envvars'
+maybe chmod 0644 'apache2/info_users_passwd'
 maybe chmod 0644 'apache2/magic'
 maybe chmod 0755 'apache2/mods-available'
 maybe chmod 0644 'apache2/mods-available/access_compat.load'
index 5e9f5e9e7ff6ac8f03ad1b4df70a1afd65f60353..2b76f4aec85b19329a89fa011353249affef6bb1 100644 (file)
@@ -1,4 +1,4 @@
 # Define an access log for VirtualHosts that don't define their own logfile
-CustomLog ${APACHE_LOG_DIR}/other_vhosts_access.log vhost_combined
+CustomLog ${APACHE_LOG_DIR}/other_vhosts_access.log full_combined
 
 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
diff --git a/apache2/info_users_passwd b/apache2/info_users_passwd
new file mode 100644 (file)
index 0000000..3643e97
--- /dev/null
@@ -0,0 +1,3 @@
+monitoring:$apr1$TqC87rAF$vXWiZcbRZMQIfC9XAVUgM.
+uhu:$apr1$YDvmWkSk$hBCVtCkgYCtpk0nBafCJW0
+frank:$apr1$ZNUxCrHN$RL75QYUy1Y/FyFi54CAni.
index 78a0649e31068b03e84f3293b2aeefd5df72c850..0eb5c9770a57ac5d4a0d8413b668fb8b5f337e25 100644 (file)
@@ -6,8 +6,12 @@
        #
        <Location /server-info>
                SetHandler server-info
+               AuthName "Server Status Access"
+               AuthType Basic
+               AuthUserFile /etc/apache2/info_users_passwd
                Require local
-               #Require ip 192.0.2.0/24
+               Require valid-user
+               Satisfy Any
        </Location>
 
 </IfModule>
index 5f53ba7aa83cdfce58a6d4cda2b7268d883951ec..dd13a38e48d2741b50bc497f2d20c5ca5385b4aa 100644 (file)
@@ -5,8 +5,14 @@
 
        <Location /server-status>
                SetHandler server-status
-               Require local
                #Require ip 192.0.2.0/24
+               AuthName "Server Status Access"
+               AuthType Basic
+               AuthUserFile /etc/apache2/info_users_passwd
+               Require local
+               Require valid-user
+               Satisfy Any
+
        </Location>
 
        # Keep track of extended status information for each request
diff --git a/apache2/mods-enabled/actions.conf b/apache2/mods-enabled/actions.conf
new file mode 120000 (symlink)
index 0000000..434d217
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/actions.conf
\ No newline at end of file
diff --git a/apache2/mods-enabled/actions.load b/apache2/mods-enabled/actions.load
new file mode 120000 (symlink)
index 0000000..60ebadb
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/actions.load
\ No newline at end of file
diff --git a/apache2/mods-enabled/cgi.load b/apache2/mods-enabled/cgi.load
new file mode 120000 (symlink)
index 0000000..ff02a57
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/cgi.load
\ No newline at end of file
diff --git a/apache2/mods-enabled/info.conf b/apache2/mods-enabled/info.conf
new file mode 120000 (symlink)
index 0000000..432cc88
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/info.conf
\ No newline at end of file
diff --git a/apache2/mods-enabled/info.load b/apache2/mods-enabled/info.load
new file mode 120000 (symlink)
index 0000000..982891d
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/info.load
\ No newline at end of file
diff --git a/apache2/mods-enabled/rewrite.load b/apache2/mods-enabled/rewrite.load
new file mode 120000 (symlink)
index 0000000..498351b
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/rewrite.load
\ No newline at end of file
diff --git a/apache2/mods-enabled/socache_shmcb.load b/apache2/mods-enabled/socache_shmcb.load
new file mode 120000 (symlink)
index 0000000..f729f78
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/socache_shmcb.load
\ No newline at end of file
diff --git a/apache2/mods-enabled/ssl.conf b/apache2/mods-enabled/ssl.conf
new file mode 120000 (symlink)
index 0000000..b0f14d1
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/ssl.conf
\ No newline at end of file
diff --git a/apache2/mods-enabled/ssl.load b/apache2/mods-enabled/ssl.load
new file mode 120000 (symlink)
index 0000000..9d79723
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/ssl.load
\ No newline at end of file
index 4e0f5ccce446f80b1c13094a6aa6561f0c067e26..6538fd4f847cdf5ef4bec082296633a4eacf5390 100644 (file)
@@ -3,10 +3,15 @@
 
                Include sites-available/default-include.conf
 
-               SSLEngine on
+               SSLEngine on
 
-               SSLCertificateFile  /etc/ssl/certs/ssl-cert-snakeoil.pem
-               SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
+               SSLCertificateFile /etc/letsencrypt/live/ns1.uhu-banane.de/fullchain.pem
+               SSLCertificateKeyFile /etc/letsencrypt/live/ns1.uhu-banane.de/privkey.pem
+
+               Include /etc/letsencrypt/options-ssl-apache.conf
+
+               #SSLCertificateFile  /etc/ssl/certs/ssl-cert-snakeoil.pem
+               #SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
 
                #SSLCertificateChainFile /etc/apache2/ssl.crt/server-ca.crt
 
diff --git a/motd b/motd
index 1d499fddd7a4c4ab8476af26438b30679d0ccc36..ca697b43517b24387db6d419f88cac82cef13998 100644 (file)
--- a/motd
+++ b/motd
@@ -6,11 +6,8 @@ Debian GNU/Linux 8.6 (jessie)
 |_| \_|___/_|
              
 
-Immer, wenn ich Menschen sehe, die sich gegenseitig ihre Handys zeigen
-weiß ich, daß Handys ein riesiger Fortschritt in der weiblichen
-Emanzipation sind. Schließlich können sie jetzt gleichberechtigt zum
-Schwanzvergleich antreten.
-               -- Jürgen Bruns
+Wer nicht verachtet, der kann auch nicht achten.
+               -- Friedrich Schlegel (Lucinde)
 
-Today is Prickle-Prickle, the 17th day of The Aftermath in the YOLD 3182
+Today is Setting Orange, the 18th day of The Aftermath in the YOLD 3182