Translations:Configuring Apache to use SSL/8/en: Difference between revisions
Jump to navigation
Jump to search
Enable the SSL-enabled website
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
inside the <nowiki><VirtualHost></nowiki> tag. | inside the <nowiki><VirtualHost></nowiki> tag. | ||
</li> | </li> | ||
<li> | <li><b>Enable the SSL-enabled website</b><br/> | ||
{{Commands|sudo a2ensite default-ssl.conf|sudo service apache2 restart}} | {{Commands|sudo a2ensite default-ssl.conf|sudo service apache2 restart}} | ||
</li> | </li> | ||
</ol> | </ol> |
Latest revision as of 20:25, 25 May 2023
inside the <VirtualHost> tag.
[name@server ~]$ sudo a2ensite default-ssl.conf
[name@server ~]$ sudo service apache2 restart