|
88 | 88 | $conf['apache']['vhost_conf_enabled_dir'] = $conf['apache']['vhost_conf_dir']; |
89 | 89 | $conf['apache']['vhost_default'] = '00_default_vhost.conf'; |
90 | 90 | $conf['apache']['vhost_port'] = '8080'; |
91 | | -$conf['apache']['php_ini_path_apache'] = '/etc/php5/apache2/php.ini'; |
92 | | -$conf['apache']['php_ini_path_cgi'] = '/etc/php5/cgi/php.ini'; |
| 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 | 93 |
|
94 | 94 | //* Website base settings |
95 | 95 | $conf['web']['website_basedir'] = '/var/www'; |
|
103 | 103 | $conf['web']['apps_vhost_user'] = 'ispapps'; |
104 | 104 | $conf['web']['apps_vhost_group'] = 'ispapps'; |
105 | 105 |
|
106 | | -//* Fastcgi |
107 | | -$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/cgi-php5'; |
108 | | -//TODO do fastcgi setup |
109 | | -$conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/'; |
110 | | -//* Website base settings |
111 | | -$conf['web']['website_basedir'] = '/var/www'; |
112 | | -$conf['web']['website_path'] = '/var/www/clients/client[client_id]/web[website_id]'; |
113 | | -$conf['web']['website_symlinks'] = '/var/www/[website_domain]/:/var/www/clients/client[client_id]/[website_domain]/'; |
114 | | - |
115 | | -//* Apps base settings |
116 | | -$conf['web']['apps_vhost_ip'] = '_default_'; |
117 | | -$conf['web']['apps_vhost_port'] = '8081'; |
118 | | -$conf['web']['apps_vhost_servername'] = ''; |
119 | | -$conf['web']['apps_vhost_user'] = 'ispapps'; |
120 | | -$conf['web']['apps_vhost_group'] = 'ispapps'; |
| 106 | +//* Awstats settings |
| 107 | +$conf['awstats']['conf_dir'] = '/etc/awstats'; |
| 108 | +$conf['awstats']['data_dir'] = '/var/lib/awstats'; |
| 109 | +$conf['awstats']['pl'] = '/usr/bin/awstats.pl'; |
| 110 | +$conf['awstats']['buildstaticpages_pl'] = '/usr/bin/awstats_buildstaticpages.pl'; |
121 | 111 |
|
122 | 112 | //* Fastcgi |
123 | | -$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php5/cgi/'; |
| 113 | +$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/cgi-php5'; |
124 | 114 | $conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/'; |
125 | 115 |
|
126 | 116 | //* Postfix |
|
191 | 181 | //* BIND DNS Server |
192 | 182 | $conf['bind']['installed'] = false; // will be detected automatically during installation |
193 | 183 | $conf['bind']['bind_user'] = 'root'; |
194 | | -$conf['bind']['bind_group'] = 'bind'; |
| 184 | +$conf['bind']['bind_group'] = 'named'; |
195 | 185 | $conf['bind']['bind_zonefiles_dir'] = '/etc/bind'; |
196 | 186 | $conf['bind']['named_conf_path'] = '/etc/bind/named.conf'; |
197 | 187 | $conf['bind']['named_conf_local_path'] = '/etc/bind/named.conf.local'; |
|
0 commit comments