From 7397781806f3e2380dc43710a4a0593fe1e6f4b8 Mon Sep 17 00:00:00 2001
From: Greg Price <price@mit.edu>
Date: Sun, 15 Jun 2008 23:26:42 -0400
Subject: [PATCH] long timeouts in FastCGI, so the autoinstaller can work

svn path=/trunk/packages/sipb-xen-www/; revision=606
---
 debian/changelog                      |    3 ++-
 files/etc/apache2/conf.d/sipb-xen-www |    4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 files/etc/apache2/conf.d/sipb-xen-www

diff --git a/debian/changelog b/debian/changelog
index 741b329..e93b4b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
index 0000000..e1c628f
--- /dev/null
+++ b/files/etc/apache2/conf.d/sipb-xen-www
@@ -0,0 +1,4 @@
+<IfModule mod_fcgid.c>
+  IPCConnectTimeout 600
+  IPCCommTimeout 600
+</IfModule>
-- 
1.7.9.5