|
32 | 32 |
|
33 | 33 | //* Main |
34 | 34 | $conf['language'] = 'en'; |
35 | | -$conf['distname'] = 'gentoo-1.12.11.1'; |
| 35 | +$conf['distname'] = 'gentoo'; |
36 | 36 | $conf['hostname'] = 'server1.domain.tld'; // Full hostname |
37 | 37 | $conf['ispconfig_install_dir'] = '/usr/local/ispconfig'; |
38 | 38 | $conf['ispconfig_config_dir'] = '/usr/local/ispconfig'; |
|
83 | 83 | $conf['apache']['version'] = '2.2'; |
84 | 84 | $conf['apache']['config_dir'] = '/etc/apache2'; |
85 | 85 | $conf['apache']['config_file'] = $conf['apache']['config_dir'] .'/httpd.conf'; |
86 | | -$conf['apache']['ssl_dir'] = $conf['apache']['config_dir'] .'/ssl'; |
| 86 | +$conf['apache']['ssl_dir'] = '/etc/ssl/apache2'; |
87 | 87 | $conf['apache']['vhost_conf_dir'] = $conf['apache']['config_dir'] . '/vhosts.d'; |
88 | 88 | $conf['apache']['vhost_conf_enabled_dir'] = $conf['apache']['vhost_conf_dir']; |
89 | 89 | $conf['apache']['vhost_default'] = '00_default_vhost.conf'; |
|
101 | 101 | $conf['web']['apps_vhost_user'] = 'ispapps'; |
102 | 102 | $conf['web']['apps_vhost_group'] = 'ispapps'; |
103 | 103 |
|
| 104 | +//* Fastcgi |
| 105 | +$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php/cgi-php5'; |
| 106 | +//TODO do fastcgi setup |
| 107 | +$conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/'; |
| 108 | +//* Website base settings |
| 109 | +$conf['web']['website_basedir'] = '/var/www'; |
| 110 | +$conf['web']['website_path'] = '/var/www/clients/client[client_id]/web[website_id]'; |
| 111 | +$conf['web']['website_symlinks'] = '/var/www/[website_domain]/:/var/www/clients/client[client_id]/[website_domain]/'; |
| 112 | + |
| 113 | +//* Apps base settings |
| 114 | +$conf['web']['apps_vhost_ip'] = '_default_'; |
| 115 | +$conf['web']['apps_vhost_port'] = '8081'; |
| 116 | +$conf['web']['apps_vhost_servername'] = ''; |
| 117 | +$conf['web']['apps_vhost_user'] = 'ispapps'; |
| 118 | +$conf['web']['apps_vhost_group'] = 'ispapps'; |
| 119 | + |
104 | 120 | //* Fastcgi |
105 | 121 | $conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php5/cgi/'; |
106 | 122 | $conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/'; |
|
0 commit comments