From 5c16d2fe0fb1cd0c28a104ddb384c672dda73c44 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Fri, 3 Oct 2008 22:03:39 -0400 Subject: [PATCH] Don't add another Listen 443 directive - apache gets angry svn path=/trunk/packages/sipb-xen-www/; revision=1028 --- debian/changelog | 8 ++++++++ files/etc/apache2/sites-available/ssl.mako | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bffd049..45b9cf2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sipb-xen-www (3.13.1) unstable; urgency=low + + * Don't add another Listen 443 directive - apache gets angry + * And this, kids, is why you should always test your code before + committing + + -- Evan broder Fri, 03 Oct 2008 22:01:22 -0400 + sipb-xen-www (3.13) unstable; urgency=low * Make sure we're listening on all the necessary ports diff --git a/files/etc/apache2/sites-available/ssl.mako b/files/etc/apache2/sites-available/ssl.mako index d47a0bf..d43eda1 100644 --- a/files/etc/apache2/sites-available/ssl.mako +++ b/files/etc/apache2/sites-available/ssl.mako @@ -4,7 +4,6 @@ hostname = cfg.web.hostname errmail = cfg.web.errormail tracuri = cfg.trac.uri %> -Listen 443 Listen 446 -- 1.7.9.5