Skip to content

Commit acc17f2

Browse files
committed
Replace gentoo.conf.php
1 parent 528f91f commit acc17f2

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

install/dist/conf/gentoo.conf.php

Lines changed: 21 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';
@@ -226,6 +232,13 @@
226232
$conf['nginx']['php_fpm_start_port'] = 9010;
227233
$conf['nginx']['php_fpm_socket_dir'] = '/var/lib/php5-fpm';
228234

235+
//* OpenVZ
236+
$conf['openvz']['installed'] = false;
237+
238+
//*Bastille-Firwall
239+
$conf['bastille']['installed'] = false;
240+
$conf['bastille']['config_dir'] = '/etc/Bastille';
241+
229242
//* vlogger
230243
$conf['vlogger']['config_dir'] = '/etc/vlogger';
231244

@@ -235,10 +248,12 @@
235248
$conf['cron']['group'] = 'cron';
236249
$conf['cron']['wget'] = '/usr/bin/wget';
237250

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

241255
// AppArmor
242256
$conf['apparmor']['installed'] = false;
243257

258+
244259
?>

0 commit comments

Comments
 (0)