|
51 | 51 | $conf['services']['file'] = true; |
52 | 52 | $conf['services']['db'] = true; |
53 | 53 | $conf['services']['vserver'] = true; |
| 54 | +$conf['services']['proxy'] = false; |
| 55 | +$conf['services']['firewall'] = false; |
54 | 56 |
|
55 | 57 | //* MySQL |
56 | 58 | $conf['mysql']['installed'] = false; // will be detected automatically during installation |
|
80 | 82 | $conf['apache']['user'] = 'apache'; |
81 | 83 | $conf['apache']['group'] = 'apache'; |
82 | 84 | $conf['apache']['init_script'] = 'apache2'; |
83 | | -$conf['apache']['version'] = '2.2'; |
| 85 | +$conf['apache']['version'] = '2.4'; |
84 | 86 | $conf['apache']['config_dir'] = '/etc/apache2'; |
85 | 87 | $conf['apache']['config_file'] = $conf['apache']['config_dir'] .'/httpd.conf'; |
86 | 88 | $conf['apache']['ssl_dir'] = '/etc/ssl/apache2'; |
87 | 89 | $conf['apache']['vhost_conf_dir'] = $conf['apache']['config_dir'] . '/vhosts.d'; |
88 | 90 | $conf['apache']['vhost_conf_enabled_dir'] = $conf['apache']['vhost_conf_dir']; |
89 | 91 | $conf['apache']['vhost_default'] = '00_default_vhost.conf'; |
90 | 92 | $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'; |
93 | 95 |
|
94 | 96 | //* Website base settings |
95 | 97 | $conf['web']['website_basedir'] = '/var/www'; |
|
110 | 112 | $conf['awstats']['buildstaticpages_pl'] = '/usr/bin/awstats_buildstaticpages.pl'; |
111 | 113 |
|
112 | 114 | //* Fastcgi |
113 | | -$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/cgi-php5'; |
| 115 | +$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/cgi-php7.4'; |
114 | 116 | $conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/'; |
115 | 117 | $conf['fastcgi']['fastcgi_bin'] = '/usr/bin/php-cgi'; |
116 | 118 |
|
|
131 | 133 | $conf['mailman']['config_dir'] = '/etc/mailman'; |
132 | 134 | $conf['mailman']['init_script'] = 'mailman'; |
133 | 135 |
|
| 136 | +//* mlmmj |
| 137 | +$conf['mlmmj']['installed'] = false; // will be detected automatically during installation |
| 138 | +$conf['mlmmj']['config_dir'] = '/etc/mlmmj'; |
| 139 | + |
134 | 140 | //* Getmail |
135 | 141 | $conf['getmail']['installed'] = false; // will be detected automatically during installation |
136 | 142 | $conf['getmail']['user'] = 'getmail'; |
|
176 | 182 | $conf['pureftpd']['config_file'] = '/etc/conf.d/pure-ftpd'; |
177 | 183 | $conf['pureftpd']['mysql_config_file'] = '/etc/pureftpd-mysql.conf'; |
178 | 184 | $conf['pureftpd']['init_script'] = 'pure-ftpd'; |
| 185 | +$conf['pureftpd']['main_config_file'] = '/etc/pure-ftpd.conf'; |
179 | 186 |
|
180 | 187 | //* MyDNS |
181 | 188 | $conf['mydns']['installed'] = false; // will be detected automatically during installation |
|
226 | 233 | $conf['nginx']['php_fpm_start_port'] = 9010; |
227 | 234 | $conf['nginx']['php_fpm_socket_dir'] = '/var/lib/php5-fpm'; |
228 | 235 |
|
| 236 | +//* OpenVZ |
| 237 | +$conf['openvz']['installed'] = false; |
| 238 | + |
| 239 | +//*Bastille-Firwall |
| 240 | +$conf['bastille']['installed'] = false; |
| 241 | +$conf['bastille']['config_dir'] = '/etc/Bastille'; |
| 242 | + |
229 | 243 | //* vlogger |
230 | 244 | $conf['vlogger']['config_dir'] = '/etc/vlogger'; |
231 | 245 |
|
|
235 | 249 | $conf['cron']['group'] = 'cron'; |
236 | 250 | $conf['cron']['wget'] = '/usr/bin/wget'; |
237 | 251 |
|
238 | | -//* OpenVZ |
239 | | -$conf['openvz']['installed'] = false; |
| 252 | +//* Metronome XMPP |
| 253 | +$conf['xmpp']['installed'] = false; |
| 254 | +$conf['xmpp']['init_script'] = 'metronome'; |
240 | 255 |
|
241 | 256 | // AppArmor |
242 | 257 | $conf['apparmor']['installed'] = false; |
243 | 258 |
|
| 259 | + |
244 | 260 | ?> |
0 commit comments