From 2ed8f05cab7bcf0c1dd2fd693699756493661e4c Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 25 Nov 2013 08:04:23 -0500
Subject: [PATCH] Changed: increased fcgid timeout to avoid connection reset on longer-lasting php downloads etc.
---
server/conf/vhost.conf.master | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master
index cf33b6f..5d74512 100644
--- a/server/conf/vhost.conf.master
+++ b/server/conf/vhost.conf.master
@@ -205,8 +205,8 @@
FcgidMinProcessesPerClass 0
FcgidMaxProcessesPerClass 100
FcgidConnectTimeout 3
- FcgidIOTimeout 360
- FcgidBusyTimeout 300
+ FcgidIOTimeout 600
+ FcgidBusyTimeout 3600
FcgidMaxRequestLen 1073741824
<tmpl_else>
IdleTimeout 300
@@ -215,8 +215,8 @@
DefaultMinClassProcessCount 0
DefaultMaxClassProcessCount 100
IPCConnectTimeout 3
- IPCCommTimeout 360
- BusyTimeout 300
+ IPCCommTimeout 600
+ BusyTimeout 3600
</tmpl_if>
</IfModule>
<Directory {tmpl_var name='web_document_root_www'}>
--
Gitblit v1.9.1