From cdd80be5c62c730b5dc079c24bf62fd973531bcc Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 25 Feb 2010 13:37:42 +0000
Subject: [PATCH] Changed: FS#1068 - Fast-Cgi settings

---
 server/conf/vhost.conf.master | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master
index 62e206fde8..7eb558e3fd 100644
--- a/server/conf/vhost.conf.master
+++ b/server/conf/vhost.conf.master
@@ -120,6 +120,17 @@
 </tmpl_if>
 <tmpl_if name='php' op='==' value='fast-cgi'>
     # php as fast-cgi enabled
+    <IfModule mod_fcgid.c>
+      SocketPath /tmp/fcgid_sock/
+      IdleTimeout 3600
+      ProcessLifeTime 7200
+      MaxProcessCount 1000
+      DefaultMinClassProcessCount 3
+      DefaultMaxClassProcessCount 100
+      IPCConnectTimeout 8
+      IPCCommTimeout 360
+      BusyTimeout 300
+    </IfModule>
     <Directory {tmpl_var name='web_document_root_www'}>
         AddHandler fcgid-script .php .php3 .php4 .php5
         FCGIWrapper <tmpl_var name='fastcgi_starter_path'><tmpl_var name='fastcgi_starter_script'> .php
@@ -286,6 +297,17 @@
 </tmpl_if>
 <tmpl_if name='php' op='==' value='fast-cgi'>
     # php as fast-cgi enabled
+    <IfModule mod_fcgid.c>
+      SocketPath /tmp/fcgid_sock/
+      IdleTimeout 3600
+      ProcessLifeTime 7200
+      MaxProcessCount 1000
+      DefaultMinClassProcessCount 3
+      DefaultMaxClassProcessCount 100
+      IPCConnectTimeout 8
+      IPCCommTimeout 360
+      BusyTimeout 300
+    </IfModule>
     <Directory {tmpl_var name='web_document_root_www'}>
         AddHandler fcgid-script .php .php3 .php4 .php5
         FCGIWrapper <tmpl_var name='fastcgi_starter_path'><tmpl_var name='fastcgi_starter_script'> .php
-- 
GitLab