|
1 | 1 | <?php |
2 | 2 |
|
3 | 3 | /* |
4 | | -Copyright (c) 2007, Till Brehm, projektfarm Gmbh |
| 4 | +Copyright (c) 2025, Till Brehm, projektfarm Gmbh |
5 | 5 | All rights reserved. |
6 | 6 |
|
7 | 7 | Redistribution and use in source and binary forms, with or without modification, |
|
43 | 43 | $conf['runlevel'] = '/etc'; |
44 | 44 | $conf['shells'] = '/etc/shells'; |
45 | 45 | $conf['pam'] = '/etc/pam.d'; |
| 46 | +$conf['default_php'] = "8.2"; |
46 | 47 |
|
47 | 48 | //* Services provided by this server, this selection will be overridden by the expert mode |
48 | 49 | $conf['services']['mail'] = true; |
|
91 | 92 | $conf['apache']['vhost_conf_enabled_dir'] = $conf['apache']['vhost_conf_dir']; |
92 | 93 | $conf['apache']['vhost_default'] = '00_default_vhost.conf'; |
93 | 94 | $conf['apache']['vhost_port'] = '8080'; |
94 | | -$conf['apache']['php_ini_path_apache'] = '/etc/php/apache2-php7.4/php.ini'; |
95 | | -$conf['apache']['php_ini_path_cgi'] = '/etc/php/cgi-php7.4/php.ini'; |
| 95 | +$conf['apache']['php_ini_path_apache'] = '/etc/php/apache2-php8.2/php.ini'; |
| 96 | +$conf['apache']['php_ini_path_cgi'] = '/etc/php/cgi-php8.2/php.ini'; |
96 | 97 |
|
97 | 98 | //* Website base settings |
98 | 99 | $conf['web']['website_basedir'] = '/var/www'; |
|
113 | 114 | $conf['awstats']['buildstaticpages_pl'] = '/usr/bin/awstats_buildstaticpages.pl'; |
114 | 115 |
|
115 | 116 | //* Fastcgi |
116 | | -$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/cgi-php7.4'; |
| 117 | +$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/cgi-php8.2'; |
117 | 118 | $conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/'; |
118 | 119 | $conf['fastcgi']['fastcgi_bin'] = '/usr/bin/php-cgi'; |
119 | 120 |
|
|
167 | 168 | //* Amavisd |
168 | 169 | $conf['amavis']['installed'] = false; // will be detected automatically during installation |
169 | 170 | $conf['amavis']['config_file'] = '/etc/amavisd.conf'; |
| 171 | +$conf['amavis']['config_dir'] = '/etc'; |
170 | 172 | $conf['amavis']['init_script'] = 'amavisd'; |
171 | 173 |
|
172 | 174 | //* Rspamd |
|
245 | 247 | $conf['vlogger']['config_dir'] = '/etc/vlogger'; |
246 | 248 |
|
247 | 249 | //* cron |
248 | | -$conf['cron']['init_script'] = 'vixie-cron'; |
| 250 | +$conf['cron']['init_script'] = 'cronie'; |
249 | 251 | $conf['cron']['crontab_dir'] = '/etc/cron.d'; |
250 | 252 | $conf['cron']['group'] = 'cron'; |
251 | 253 | $conf['cron']['wget'] = '/usr/bin/wget'; |
|
259 | 261 |
|
260 | 262 |
|
261 | 263 | ?> |
| 264 | + |
0 commit comments