Be sure to listen on both port 443 and 446 sipb-xen-www/3.13
authorEvan Broder <broder@mit.edu>
Sat, 4 Oct 2008 01:52:46 +0000 (21:52 -0400)
committerEvan Broder <broder@mit.edu>
Sat, 4 Oct 2008 01:52:46 +0000 (21:52 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=1026

debian/changelog
files/etc/apache2/sites-available/ssl.mako

index c1248e0..bffd049 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-www (3.13) unstable; urgency=low
+
+  * Make sure we're listening on all the necessary ports
+
+ -- Evan Broder <broder@mit.edu>  Fri, 03 Oct 2008 21:40:47 -0400
+
 sipb-xen-www (3.12) unstable; urgency=low
 
   * invirt-confiscate the SVN checkout
index 7276a0b..d47a0bf 100644 (file)
@@ -4,6 +4,9 @@ hostname = cfg.web.hostname
 errmail  = cfg.web.errormail
 tracuri  = cfg.trac.uri
 %>
+Listen 443
+Listen 446
+
 <VirtualHost *:443>
        ServerAdmin ${errmail}
        ServerName ${hostname}:443