From dd5443b88c6db53692a2d2725f5f24a87e8e3118 Mon Sep 17 00:00:00 2001 From: Johan Date: Fri, 11 Nov 2022 19:56:06 +0100 Subject: [PATCH] Update Apache install script with SSL --- BashScripts/install-apache.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BashScripts/install-apache.sh b/BashScripts/install-apache.sh index e064d88..c68da84 100644 --- a/BashScripts/install-apache.sh +++ b/BashScripts/install-apache.sh @@ -98,11 +98,12 @@ a2enmod rewrite 2>>install.log && a2enmod headers 2>>install.log && a2enmod expires 2>>install.log && a2enmod cgi.load 2>>install.log && +a2enmod ssl 2>>install.log && if [ ! -f "/etc/apache2/sites-enabled/cms.conf" ]; then cat < "/etc/apache2/sites-enabled/cms.conf" -Listen 8090 - +# Listen 8090 + ServerAdmin webmaster@localhost DocumentRoot /var/www/cms/www ErrorLog /var/www/cms/log/error.log