SSL module activation

This commit is contained in:
Serghey Rodin 2013-10-23 20:42:21 +03:00
commit 9121d49773

View file

@ -466,6 +466,7 @@ chmod 640 /var/log/apache2/error.log
chmod 751 /var/log/apache2/domains
a2enmod rewrite
a2enmod suexec
a2enmod ssl
echo -e "/home\npublic_html/cgi-bin" > /etc/apache2/suexec/www-data
update-rc.d apache2 defaults
service apache2 stop > /dev/null 2>&1