Skip to content

Commit 905a7c9

Browse files
committed
updated gentoo.conf.php
Signed-off-by: Christian Richter <motzned@gmail.com>
1 parent c910fa2 commit 905a7c9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

install/dist/conf/gentoo.conf.php

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
Copyright (c) 2007, Till Brehm, projektfarm Gmbh
4+
Copyright (c) 2025, Till Brehm, projektfarm Gmbh
55
All rights reserved.
66
77
Redistribution and use in source and binary forms, with or without modification,
@@ -43,6 +43,7 @@
4343
$conf['runlevel'] = '/etc';
4444
$conf['shells'] = '/etc/shells';
4545
$conf['pam'] = '/etc/pam.d';
46+
$conf['default_php'] = "8.2";
4647

4748
//* Services provided by this server, this selection will be overridden by the expert mode
4849
$conf['services']['mail'] = true;
@@ -91,8 +92,8 @@
9192
$conf['apache']['vhost_conf_enabled_dir'] = $conf['apache']['vhost_conf_dir'];
9293
$conf['apache']['vhost_default'] = '00_default_vhost.conf';
9394
$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';
9697

9798
//* Website base settings
9899
$conf['web']['website_basedir'] = '/var/www';
@@ -113,7 +114,7 @@
113114
$conf['awstats']['buildstaticpages_pl'] = '/usr/bin/awstats_buildstaticpages.pl';
114115

115116
//* Fastcgi
116-
$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/cgi-php7.4';
117+
$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/cgi-php8.2';
117118
$conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/';
118119
$conf['fastcgi']['fastcgi_bin'] = '/usr/bin/php-cgi';
119120

@@ -167,6 +168,7 @@
167168
//* Amavisd
168169
$conf['amavis']['installed'] = false; // will be detected automatically during installation
169170
$conf['amavis']['config_file'] = '/etc/amavisd.conf';
171+
$conf['amavis']['config_dir'] = '/etc';
170172
$conf['amavis']['init_script'] = 'amavisd';
171173

172174
//* Rspamd
@@ -245,7 +247,7 @@
245247
$conf['vlogger']['config_dir'] = '/etc/vlogger';
246248

247249
//* cron
248-
$conf['cron']['init_script'] = 'vixie-cron';
250+
$conf['cron']['init_script'] = 'cronie';
249251
$conf['cron']['crontab_dir'] = '/etc/cron.d';
250252
$conf['cron']['group'] = 'cron';
251253
$conf['cron']['wget'] = '/usr/bin/wget';
@@ -259,3 +261,4 @@
259261

260262

261263
?>
264+

0 commit comments

Comments
 (0)