<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.jon.geek.nz/index.php?action=history&amp;feed=atom&amp;title=Apache2_SSL</id>
	<title>Apache2 SSL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.jon.geek.nz/index.php?action=history&amp;feed=atom&amp;title=Apache2_SSL"/>
	<link rel="alternate" type="text/html" href="https://wiki.jon.geek.nz/index.php?title=Apache2_SSL&amp;action=history"/>
	<updated>2026-05-14T04:39:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.7</generator>
	<entry>
		<id>https://wiki.jon.geek.nz/index.php?title=Apache2_SSL&amp;diff=1693&amp;oldid=prev</id>
		<title>Johnno: New page: In Ubuntu (8.10+) SSL is all sorted. Just enable the default-ssh site (no name-based hosting for SSL):  sudo a2ensite default-ssl Then, make sure your VirtualHost directives specify port 8...</title>
		<link rel="alternate" type="text/html" href="https://wiki.jon.geek.nz/index.php?title=Apache2_SSL&amp;diff=1693&amp;oldid=prev"/>
		<updated>2009-04-30T04:25:58Z</updated>

		<summary type="html">&lt;p&gt;New page: In Ubuntu (8.10+) SSL is all sorted. Just enable the default-ssh site (no name-based hosting for SSL):  sudo a2ensite default-ssl Then, make sure your VirtualHost directives specify port 8...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In Ubuntu (8.10+) SSL is all sorted. Just enable the default-ssh site (no name-based hosting for SSL):&lt;br /&gt;
 sudo a2ensite default-ssl&lt;br /&gt;
Then, make sure your VirtualHost directives specify port 80, otherwise SSL fails. So, VirtualHost * isn&amp;#039;t enough any more, it needs to be VirtualHost *:80&lt;br /&gt;
 sudo sed -i &amp;#039;s/VirtualHost\ \*/VirtualHost\ \*:80/g&amp;#039; /etc/sites-available/*&lt;br /&gt;
That&amp;#039;s what this error is all about:&lt;br /&gt;
 [warn] NameVirtualHost *:80 has no VirtualHosts&lt;br /&gt;
&lt;br /&gt;
You may need to then faff about and create certs.&lt;/div&gt;</summary>
		<author><name>Johnno</name></author>
	</entry>
</feed>