From: Greg Price Date: Mon, 16 Jun 2008 03:26:42 +0000 (-0400) Subject: long timeouts in FastCGI, so the autoinstaller can work X-Git-Tag: sipb-xen-www/3.6~42 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/7397781806f3e2380dc43710a4a0593fe1e6f4b8 long timeouts in FastCGI, so the autoinstaller can work svn path=/trunk/packages/sipb-xen-www/; revision=606 --- 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 Sun, 15 Jun 2008 21:50:59 -0400 + -- Greg Price 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 @@ + + IPCConnectTimeout 600 + IPCCommTimeout 600 +