Skip to content

Commit bab36b5

Browse files
author
agoston
committed
- removed number from conf[version] because it is the version of baselayout
- as apache 2.2.14 the ssl directory moved to /etc/ssl/apache2 from /etc/apache2/ssl
1 parent 1bb5122 commit bab36b5

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

install/dist/conf/gentoo.conf.php

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
//* Main
3434
$conf['language'] = 'en';
35-
$conf['distname'] = 'gentoo-1.12.11.1';
35+
$conf['distname'] = 'gentoo';
3636
$conf['hostname'] = 'server1.domain.tld'; // Full hostname
3737
$conf['ispconfig_install_dir'] = '/usr/local/ispconfig';
3838
$conf['ispconfig_config_dir'] = '/usr/local/ispconfig';
@@ -83,7 +83,7 @@
8383
$conf['apache']['version'] = '2.2';
8484
$conf['apache']['config_dir'] = '/etc/apache2';
8585
$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';
8787
$conf['apache']['vhost_conf_dir'] = $conf['apache']['config_dir'] . '/vhosts.d';
8888
$conf['apache']['vhost_conf_enabled_dir'] = $conf['apache']['vhost_conf_dir'];
8989
$conf['apache']['vhost_default'] = '00_default_vhost.conf';
@@ -101,6 +101,22 @@
101101
$conf['web']['apps_vhost_user'] = 'ispapps';
102102
$conf['web']['apps_vhost_group'] = 'ispapps';
103103

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+
104120
//* Fastcgi
105121
$conf['fastcgi']['fastcgi_phpini_path'] = '/etc/php5/cgi/';
106122
$conf['fastcgi']['fastcgi_starter_path'] = '/var/www/php-fcgi-scripts/[system_user]/';

0 commit comments

Comments
 (0)