mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 04:50:46 -07:00
mod_ssl activation on Ubuntu
This commit is contained in:
parent
d77cb6ca82
commit
17aa86c1f1
1 changed files with 1 additions and 0 deletions
|
@ -470,6 +470,7 @@ chmod 640 /var/log/apache2/access.log
|
||||||
chmod 640 /var/log/apache2/error.log
|
chmod 640 /var/log/apache2/error.log
|
||||||
chmod 751 /var/log/apache2/domains
|
chmod 751 /var/log/apache2/domains
|
||||||
a2enmod rewrite
|
a2enmod rewrite
|
||||||
|
a2enmod ssl
|
||||||
a2enmod suexec
|
a2enmod suexec
|
||||||
echo -e "/home\npublic_html/cgi-bin" > /etc/apache2/suexec/www-data
|
echo -e "/home\npublic_html/cgi-bin" > /etc/apache2/suexec/www-data
|
||||||
update-rc.d apache2 defaults
|
update-rc.d apache2 defaults
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue