From 45b8e41fd93ffdfd67d3d900c77be16ac08f4e82 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Fri, 24 Apr 2009 06:25:11 -0400 Subject: [PATCH] Edited todo file. --- 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..1d7262a 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=8 +exec /usr/lib/cgi-bin/php -d magic_quotes_gpc=off \ No newline at end of file -- Gitblit v1.9.1