From 45e22f210e291a16cb74f3ce25023b2105fbd728 Mon Sep 17 00:00:00 2001 From: tbrehm Date: Fri, 19 Mar 2010 08:35:18 +0000 Subject: [PATCH] Fixed a issue with mod_fcgi in Fedora 12 --- server/conf/vhost.conf.master | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master index 7eb558e3fd..5aad9873c0 100644 --- a/server/conf/vhost.conf.master +++ b/server/conf/vhost.conf.master @@ -121,10 +121,10 @@ # php as fast-cgi enabled - 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 @@ # php as fast-cgi enabled - SocketPath /tmp/fcgid_sock/ + # SocketPath /tmp/fcgid_sock/ IdleTimeout 3600 ProcessLifeTime 7200 - MaxProcessCount 1000 + # MaxProcessCount 1000 DefaultMinClassProcessCount 3 DefaultMaxClassProcessCount 100 IPCConnectTimeout 8 -- GitLab