From 7fddfe840a1c8680e9103bc6b93465f3390de7bb Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 08 Jul 2010 09:56:05 -0400 Subject: [PATCH] - Implemented: FS#1079 - Custom php.ini files for fcgi and mod_php - Fixed a formatting problem with suphp.conf and newer suphp versions. --- install/tpl/server.ini.master | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/install/tpl/server.ini.master b/install/tpl/server.ini.master index d5584ba..01fcd80 100644 --- a/install/tpl/server.ini.master +++ b/install/tpl/server.ini.master @@ -51,6 +51,8 @@ awstats_data_dir=/var/lib/awstats awstats_pl=/usr/lib/cgi-bin/awstats.pl awstats_buildstaticpages_pl=/usr/share/awstats/tools/awstats_buildstaticpages.pl +php_ini_path_apache=/etc/php5/apache2/php.ini +php_ini_path_cgi=/etc/php5/cgi/php.ini [dns] bind_user=root -- Gitblit v1.9.1