Skip to content

Commit 4ed9510

Browse files
author
Till Brehm
committed
Merge branch 'develop' into 'develop'
Replace gentoo.conf.php See merge request ispconfig/ispconfig3!1631
2 parents 4247d56 + e55f409 commit 4ed9510

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

install/dist/conf/gentoo.conf.php

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
$conf['services']['file'] = true;
5252
$conf['services']['db'] = true;
5353
$conf['services']['vserver'] = true;
54+
$conf['services']['proxy'] = false;
55+
$conf['services']['firewall'] = false;
5456

5557
//* MySQL
5658
$conf['mysql']['installed'] = false; // will be detected automatically during installation
@@ -80,16 +82,16 @@
8082
$conf['apache']['user'] = 'apache';
8183
$conf['apache']['group'] = 'apache';
8284
$conf['apache']['init_script'] = 'apache2';
83-
$conf['apache']['version'] = '2.2';
85+
$conf['apache']['version'] = '2.4';
8486
$conf['apache']['config_dir'] = '/etc/apache2';
8587
$conf['apache']['config_file'] = $conf['apache']['config_dir'] .'/httpd.conf';
8688
$conf['apache']['ssl_dir'] = '/etc/ssl/apache2';
8789
$conf['apache']['vhost_conf_dir'] = $conf['apache']['config_dir'] . '/vhosts.d';
8890
$conf['apache']['vhost_conf_enabled_dir'] = $conf['apache']['vhost_conf_dir'];
8991
$conf['apache']['vhost_default'] = '00_default_vhost.conf';
9092
$conf['apache']['vhost_port'] = '8080';
91-
$conf['apache']['php_ini_path_apache'] = '/etc/php/apache2-php5/php.ini';
92-
$conf['apache']['php_ini_path_cgi'] = '/etc/php/cgi-php5/php.ini';
93+
$conf['apache']['php_ini_path_apache'] = '/etc/php/apache2-php7.4/php.ini';
94+
$conf['apache']['php_ini_path_cgi'] = '/etc/php/cgi-php7.4/php.ini';
9395

9496
//* Website base settings
9597
$conf['web']['website_basedir'] = '/var/www';
@@ -110,7 +112,7 @@
110112
$conf['awstats']['buildstaticpages_pl'] = '/usr/bin/awstats_buildstaticpages.pl';
111113

112114
//* Fastcgi
113-
$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/cgi-php5';
115+
$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/cgi-php7.4';
114116
$conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/';
115117
$conf['fastcgi']['fastcgi_bin'] = '/usr/bin/php-cgi';
116118

@@ -131,6 +133,10 @@
131133
$conf['mailman']['config_dir'] = '/etc/mailman';
132134
$conf['mailman']['init_script'] = 'mailman';
133135

136+
//* mlmmj
137+
$conf['mlmmj']['installed'] = false; // will be detected automatically during installation
138+
$conf['mlmmj']['config_dir'] = '/etc/mlmmj';
139+
134140
//* Getmail
135141
$conf['getmail']['installed'] = false; // will be detected automatically during installation
136142
$conf['getmail']['user'] = 'getmail';
@@ -176,6 +182,7 @@
176182
$conf['pureftpd']['config_file'] = '/etc/conf.d/pure-ftpd';
177183
$conf['pureftpd']['mysql_config_file'] = '/etc/pureftpd-mysql.conf';
178184
$conf['pureftpd']['init_script'] = 'pure-ftpd';
185+
$conf['pureftpd']['main_config_file'] = '/etc/pure-ftpd.conf';
179186

180187
//* MyDNS
181188
$conf['mydns']['installed'] = false; // will be detected automatically during installation
@@ -226,6 +233,13 @@
226233
$conf['nginx']['php_fpm_start_port'] = 9010;
227234
$conf['nginx']['php_fpm_socket_dir'] = '/var/lib/php5-fpm';
228235

236+
//* OpenVZ
237+
$conf['openvz']['installed'] = false;
238+
239+
//*Bastille-Firwall
240+
$conf['bastille']['installed'] = false;
241+
$conf['bastille']['config_dir'] = '/etc/Bastille';
242+
229243
//* vlogger
230244
$conf['vlogger']['config_dir'] = '/etc/vlogger';
231245

@@ -235,10 +249,12 @@
235249
$conf['cron']['group'] = 'cron';
236250
$conf['cron']['wget'] = '/usr/bin/wget';
237251

238-
//* OpenVZ
239-
$conf['openvz']['installed'] = false;
252+
//* Metronome XMPP
253+
$conf['xmpp']['installed'] = false;
254+
$conf['xmpp']['init_script'] = 'metronome';
240255

241256
// AppArmor
242257
$conf['apparmor']['installed'] = false;
243258

259+
244260
?>

0 commit comments

Comments
 (0)