long timeouts in FastCGI, so the autoinstaller can work
authorGreg Price <price@mit.edu>
Mon, 16 Jun 2008 03:26:42 +0000 (23:26 -0400)
committerGreg Price <price@mit.edu>
Mon, 16 Jun 2008 03:26:42 +0000 (23:26 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=606

debian/changelog
files/etc/apache2/conf.d/sipb-xen-www [new file with mode: 0644]

index 741b329..e93b4b6 100644 (file)
@@ -1,8 +1,9 @@
 sipb-xen-www (3.5) unstable; urgency=low
 
   * Use FCGI.
+  * Lengthen timeouts to let the autoinstaller work.
 
- -- Greg Price <price@mit.edu>  Sun, 15 Jun 2008 21:50:59 -0400
+ -- Greg Price <price@mit.edu>  Sun, 15 Jun 2008 21:51:59 -0400
 
 sipb-xen-www (3.4) unstable; urgency=low
 
diff --git a/files/etc/apache2/conf.d/sipb-xen-www b/files/etc/apache2/conf.d/sipb-xen-www
new file mode 100644 (file)
index 0000000..e1c628f
--- /dev/null
@@ -0,0 +1,4 @@
+<IfModule mod_fcgid.c>
+  IPCConnectTimeout 600
+  IPCCommTimeout 600
+</IfModule>