From e81bf96ce0818c630e00952513dbe3dc7d5d3a31 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 08 Jul 2010 10:19:16 -0400
Subject: [PATCH] Added distribution specific default settings for cgi and apache php.ini.

---
 install/dist/conf/gentoo.conf.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/install/dist/conf/gentoo.conf.php b/install/dist/conf/gentoo.conf.php
index 69b9ea3..7add51a 100644
--- a/install/dist/conf/gentoo.conf.php
+++ b/install/dist/conf/gentoo.conf.php
@@ -88,6 +88,8 @@
 $conf['apache']['vhost_conf_enabled_dir'] = $conf['apache']['vhost_conf_dir']; 
 $conf['apache']['vhost_default'] = '00_default_vhost.conf';
 $conf['apache']['vhost_port'] = '8080';
+$conf['apache']['php_ini_path_apache'] = '/etc/php5/apache2/php.ini';
+$conf['apache']['php_ini_path_cgi'] = '/etc/php5/cgi/php.ini';
 
 //* Website base settings
 $conf['web']['website_basedir'] = '/var/www';

--
Gitblit v1.9.1