From 4d87e6433b971fe8bd1555f3d8bf7b6fb691f37c Mon Sep 17 00:00:00 2001 From: mhoellein Date: Wed, 14 Nov 2018 00:05:40 +0100 Subject: [PATCH] daily autocommit --- apache2/sites-available/ccu.conf | 6 +++--- apache2/sites-enabled/ccu.conf | 1 + rsyslog.conf | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 120000 apache2/sites-enabled/ccu.conf diff --git a/apache2/sites-available/ccu.conf b/apache2/sites-available/ccu.conf index 0873284e..c7801f18 100644 --- a/apache2/sites-available/ccu.conf +++ b/apache2/sites-available/ccu.conf @@ -11,11 +11,11 @@ AuthName "EnterPassword for ccu" AuthType Basic require user ccu - Order deny,allow +# Order deny,allow Allow from all - ProxyPass / http://ccu/ - ProxyPassReverse / http://ccu/ + ProxyPass / http://192.168.178.20/ + ProxyPassReverse / http://192.168.178.20/ SSLEngine on SSLProtocol all -SSLv2 -SSLv3 Include /etc/letsencrypt/options-ssl-apache.conf diff --git a/apache2/sites-enabled/ccu.conf b/apache2/sites-enabled/ccu.conf new file mode 120000 index 00000000..b0836120 --- /dev/null +++ b/apache2/sites-enabled/ccu.conf @@ -0,0 +1 @@ +../sites-available/ccu.conf \ No newline at end of file diff --git a/rsyslog.conf b/rsyslog.conf index 78ee0a08..b38e63f1 100644 --- a/rsyslog.conf +++ b/rsyslog.conf @@ -14,8 +14,8 @@ module(load="imuxsock") # provides support for local system logging #module(load="immark") # provides --MARK-- message capability # provides UDP syslog reception -#module(load="imudp") -#input(type="imudp" port="514") +module(load="imudp") +input(type="imudp" port="514") # provides TCP syslog reception #module(load="imtcp") -- 2.43.0