From 8a072e707ee4e5bbf0ac3b77eb426428f2d6b308 Mon Sep 17 00:00:00 2001
From: wyrie <wyrie@ispconfig3>
Date: Wed, 20 Jan 2010 08:24:27 -0500
Subject: [PATCH] Fixed: FS#1034 - Gentoo portage sync too frequent 

---
 install/tpl/apache_ispconfig_fcgi_starter.master |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/tpl/apache_ispconfig_fcgi_starter.master b/install/tpl/apache_ispconfig_fcgi_starter.master
index 7e77422..a638732 100644
--- a/install/tpl/apache_ispconfig_fcgi_starter.master
+++ b/install/tpl/apache_ispconfig_fcgi_starter.master
@@ -1,6 +1,6 @@
 #!/bin/sh
 PHPRC=/etc/php5/cgi/
 export PHPRC
-exec /usr/lib/cgi-bin/php -d magic_quotes_gpc=off
 export PHP_FCGI_MAX_REQUESTS=5000
-export PHP_FCGI_CHILDREN=8
\ No newline at end of file
+export PHP_FCGI_CHILDREN=1
+exec /usr/lib/cgi-bin/php -d magic_quotes_gpc=off
\ No newline at end of file

--
Gitblit v1.9.1