William Witteman wrote on 2023-09-15 07:03: > 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! That's awesome, congrats on having everything back up! rb