From: Evan Broder Date: Sat, 4 Oct 2008 02:03:39 +0000 (-0400) Subject: Don't add another Listen 443 directive - apache gets angry X-Git-Tag: sipb-xen-www/3.13.1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/5c16d2fe0fb1cd0c28a104ddb384c672dda73c44 Don't add another Listen 443 directive - apache gets angry svn path=/trunk/packages/sipb-xen-www/; revision=1028 --- 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