summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:17:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:17:16 +0000
commit7850b71e78b07242b464621f80890f3937f4239a (patch)
tree61b55703330f1af4204b50df5937c860be7f964f /debian
parentTrimming default sites. (diff)
downloadapache2-7850b71e78b07242b464621f80890f3937f4239a.tar.xz
apache2-7850b71e78b07242b464621f80890f3937f4239a.zip
Enabling default-ssl site by default.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/apache2.postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index 67a00f3..b02f127 100644
--- a/debian/apache2.postinst
+++ b/debian/apache2.postinst
@@ -71,6 +71,11 @@ install_default_site()
a2ensite -q 000-default
fi
+ if [ ! -L /etc/apache2/sites-enabled/000-default-ssl.conf -a \
+ ! -f /etc/apache2/sites-enabled/000-default-ssl.conf ]; then
+ a2ensite -q 000-default-ssl
+ fi
+
touch /var/log/apache2/error.log /var/log/apache2/access.log
chown root:adm /var/log/apache2/error.log /var/log/apache2/access.log
chmod 0640 /var/log/apache2/error.log /var/log/apache2/access.log