Skip to content

Commit 17aa86c

Browse files
committed
mod_ssl activation on Ubuntu
1 parent d77cb6c commit 17aa86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ chmod 640 /var/log/apache2/access.log
470470
chmod 640 /var/log/apache2/error.log
471471
chmod 751 /var/log/apache2/domains
472472
a2enmod rewrite
473+
a2enmod ssl
473474
a2enmod suexec
474475
echo -e "/home\npublic_html/cgi-bin" > /etc/apache2/suexec/www-data
475476
update-rc.d apache2 defaults

0 commit comments

Comments
 (0)