From 63d843c012135d0b3f415b9ba614aff30097aadc Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 3 Oct 2008 21:52:46 -0400 Subject: [PATCH 1/1] Be sure to listen on both port 443 and 446 svn path=/trunk/packages/sipb-xen-www/; revision=1026 --- debian/changelog | 6 ++++++ files/etc/apache2/sites-available/ssl.mako | 3 +++ 2 files changed, 9 insertions(+) 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 -- 1.7.9.5