From 45e22f210e291a16cb74f3ce25023b2105fbd728 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 19 Mar 2010 04:35:18 -0400 Subject: [PATCH] Fixed a issue with mod_fcgi in Fedora 12 --- 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 7eb558e..5aad987 100644 --- a/server/conf/vhost.conf.master +++ b/server/conf/vhost.conf.master @@ -121,10 +121,10 @@ <tmpl_if name='php' op='==' value='fast-cgi'> # php as fast-cgi enabled <IfModule mod_fcgid.c> - SocketPath /tmp/fcgid_sock/ + # SocketPath /tmp/fcgid_sock/ IdleTimeout 3600 ProcessLifeTime 7200 - MaxProcessCount 1000 + # MaxProcessCount 1000 DefaultMinClassProcessCount 3 DefaultMaxClassProcessCount 100 IPCConnectTimeout 8 @@ -298,10 +298,10 @@ <tmpl_if name='php' op='==' value='fast-cgi'> # php as fast-cgi enabled <IfModule mod_fcgid.c> - SocketPath /tmp/fcgid_sock/ + # SocketPath /tmp/fcgid_sock/ IdleTimeout 3600 ProcessLifeTime 7200 - MaxProcessCount 1000 + # MaxProcessCount 1000 DefaultMinClassProcessCount 3 DefaultMaxClassProcessCount 100 IPCConnectTimeout 8 -- Gitblit v1.9.1