
15 Sep
2023
15 Sep
'23
7:40 a.m.
That begs a question... how was it before the upgrade? -- On 2023-09-15 10:03, William Witteman via talk wrote:
FIXED!
I looked at /etc/apache2/ports.conf, and the "Listen 443" directives are wrapped in a conditional that requires the ssl module.
So I ran sudo a2enmod ssl ...and then sudo systemctl restart apache2
Now all my sites are back. Thank you!