From 3f42cf5cb9d2c9c6c7a1cb9f03a258ad217cb340 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 21 Feb 2018 11:24:48 +0000 Subject: [PATCH] backup: Don't backup apache configuration, keys only In the past the apache configuration was part of the backup and may have been restored after Core Update 118 was installed with PHP being dropped amongst other things. This patch will make sure that only keys are being backuped. Signed-off-by: Michael Tremer --- config/backup/include | 7 ++++++- config/rootfiles/core/119/filelists/files | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/backup/include b/config/backup/include index ba78c69f5a..59430c576c 100644 --- a/config/backup/include +++ b/config/backup/include @@ -13,7 +13,12 @@ /etc/ipsec.user-post.conf /etc/sysconfig/* /etc/hosts* -/etc/httpd/* +/etc/httpd/server.crt +/etc/httpd/server.csr +/etc/httpd/server.key +/etc/httpd/server-ecdsa.crt +/etc/httpd/server-ecdsa.csr +/etc/httpd/server-ecdsa.key /etc/ssh/ssh_host* /etc/ssh/sshd_config /etc/logrotate.d diff --git a/config/rootfiles/core/119/filelists/files b/config/rootfiles/core/119/filelists/files index c8f6cc13bb..1ae5833479 100644 --- a/config/rootfiles/core/119/filelists/files +++ b/config/rootfiles/core/119/filelists/files @@ -6,4 +6,5 @@ srv/web/ipfire/cgi-bin/index.cgi srv/web/ipfire/cgi-bin/ovpnmain.cgi srv/web/ipfire/cgi-bin/proxy.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi +var/ipfire/backup/include var/ipfire/langs -- 2.39.5