Skip to content

Commit 35aa8f8

Browse files
author
Till Brehm
committed
Merge branch '4993-path' into 'develop'
Use correct path for AWStats on CentOS Closes #4993 See merge request ispconfig/ispconfig3!1243
2 parents 671aafa + 74f042e commit 35aa8f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

install/dist/conf/centos72.conf.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
$conf['web']['apps_vhost_user'] = 'ispapps';
9797
$conf['web']['apps_vhost_group'] = 'ispapps';
9898

99+
//* AWStats settings
100+
$conf['awstats']['pl'] = '/usr/share/awstats/wwwroot/cgi-bin/awstats.pl';
101+
99102
//* Fastcgi
100103
$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/';
101104
$conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/';

install/dist/conf/centos80.conf.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@
9696
$conf['web']['apps_vhost_user'] = 'ispapps';
9797
$conf['web']['apps_vhost_group'] = 'ispapps';
9898

99+
//* AWStats settings
100+
$conf['awstats']['pl'] = '/usr/share/awstats/wwwroot/cgi-bin/awstats.pl';
101+
99102
//* Fastcgi
100103
$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/';
101104
$conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/';

0 commit comments

Comments
 (0)