<div dir="ltr"><div>FIXED!</div><div><br></div><div>I looked at /etc/apache2/ports.conf, and the "Listen 443" directives are wrapped in a conditional that requires the ssl module.</div><div><br></div><div>So I ran</div><div>sudo a2enmod ssl</div><div>...and then <br></div><div>sudo systemctl restart apache2</div><div><br></div><div>Now all my sites are back. Thank you!<br></div><div> <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 15 Sept 2023 at 09:56, William Witteman <<a href="mailto:wwitteman@gmail.com">wwitteman@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Thank for your the hint!</div><div><br></div><div>I think that the HTTPS redirect isn't working.</div><div><br></div><div>The curl --head $site gives me this:</div><div>HTTP/1.1 301 Moved Permanently</div><div><br></div><div>But it doesn't connect to port 443.</div><div><br></div><div>sudo netstat -ntupl | grep :443 doesn't show anything. Perhaps I am missing a Listen 443 directive<font size="2"><span style="font-family:arial,sans-serif"><code>?<br></code></span></font></div><div><br></div><div>Similarly, if I hit the bare IP address I get the default virtual host, and if I "lynx localhost" I see the same, so Apache and PHP are definitely in play.<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 15 Sept 2023 at 09:04, BCLUG via talk <<a href="mailto:talk@gtalug.org" target="_blank">talk@gtalug.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">William Witteman via talk wrote on 2023-09-15 05:47:<br>
<br>
> The websites are a mix of static pages and Wordpress blogs - all Virtual <br>
> Hosts.<br>
> <br>
> None of them resolve, and I am getting "unable to connect" messages - <br>
> but nothing is showing up in the /var/log/apache2/error.log or the <br>
> access.log.<br>
<br>
Do the vhosts have separate log files? If so, anything in those <br>
indicating an issue?<br>
<br>
<br>
> Apache is running - I can see the restarts in the error log - but <br>
> nothing is happening when I try to hit a page.<br>
<br>
Anything revealed by running<br>
<br>
`curl --head $site`<br>
`curl --head --location $site`<br>
<br>
?<br>
<br>
<br>
> Does this ring any bells for anyone? Is there a new configuration <br>
> wrinkle that I didn't adapt to?<br>
<br>
I don't run Debian, it doesn't ring any bells, but I thought I'd throw a <br>
couple ideas out there to see if it helps at all.<br>
<br>
<br>
rb<br>
<br>
---<br>
Post to this mailing list <a href="mailto:talk@gtalug.org" target="_blank">talk@gtalug.org</a><br>
Unsubscribe from this mailing list <a href="https://gtalug.org/mailman/listinfo/talk" rel="noreferrer" target="_blank">https://gtalug.org/mailman/listinfo/talk</a><br>
</blockquote></div>
</blockquote></div>