Index: trunk/packages/sipb-xen-www/debian/changelog
===================================================================
--- trunk/packages/sipb-xen-www/debian/changelog	(revision 1045)
+++ trunk/packages/sipb-xen-www/debian/changelog	(revision 1047)
@@ -1,2 +1,8 @@
+sipb-xen-www (3.14.1) unstable; urgency=low
+
+  * Try again, now that I actually understand what the problem is
+
+ -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 23:58:46 -0400
+
 sipb-xen-www (3.14) unstable; urgency=low
 
Index: trunk/packages/sipb-xen-www/debian/rules
===================================================================
--- trunk/packages/sipb-xen-www/debian/rules	(revision 1045)
+++ trunk/packages/sipb-xen-www/debian/rules	(revision 1047)
@@ -8,4 +8,6 @@
 include /usr/share/cdbs/1/rules/config-package.mk
 
+DEB_UPDATE_RCD_PARAMS_sipb-xen-www += defaults 91 9
+
 binary-fixup/sipb-xen-www::
 	svn co $$(invirt-getconf svn.uri)/trunk/packages/sipb-xen-www/code/ $(DEB_DESTDIR)/var/www/sipb-xen-www
Index: trunk/packages/sipb-xen-www/debian/sipb-xen-www.postinst
===================================================================
--- trunk/packages/sipb-xen-www/debian/sipb-xen-www.postinst	(revision 1045)
+++ trunk/packages/sipb-xen-www/debian/sipb-xen-www.postinst	(revision 1047)
@@ -25,4 +25,8 @@
 	chgrp -R sipb-xen .
 	chmod -R g+w .
+        
+        # Our init script proxies all requests Apache's, so Apache's
+        # running is just a NOP
+        update-rc.d -f apache2 remove
     ;;
 
