From: Evan Broder Date: Sat, 4 Oct 2008 01:52:46 +0000 (-0400) Subject: Be sure to listen on both port 443 and 446 X-Git-Tag: sipb-xen-www/3.13^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/refs/tags/sipb-xen-www/3.13 Be sure to listen on both port 443 and 446 svn path=/trunk/packages/sipb-xen-www/; revision=1026 --- diff --git a/debian/changelog b/debian/changelog index c1248e0..bffd049 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-www (3.13) unstable; urgency=low + + * Make sure we're listening on all the necessary ports + + -- Evan Broder Fri, 03 Oct 2008 21:40:47 -0400 + sipb-xen-www (3.12) unstable; urgency=low * invirt-confiscate the SVN checkout diff --git a/files/etc/apache2/sites-available/ssl.mako b/files/etc/apache2/sites-available/ssl.mako index 7276a0b..d47a0bf 100644 --- a/files/etc/apache2/sites-available/ssl.mako +++ b/files/etc/apache2/sites-available/ssl.mako @@ -4,6 +4,9 @@ hostname = cfg.web.hostname errmail = cfg.web.errormail tracuri = cfg.trac.uri %> +Listen 443 +Listen 446 + ServerAdmin ${errmail} ServerName ${hostname}:443