From 8abf241a5b1ae57eb08e54aadc69eda93d4715f4 Mon Sep 17 00:00:00 2001 From: tbrehm Date: Sun, 29 Jun 2008 11:41:35 +0000 Subject: [PATCH] - Added apache vhost port default setting to $conf array. --- install/dist/conf/debian40.conf.php | 1 + install/dist/conf/gentoo.conf.php | 1 + 2 files changed, 2 insertions(+) diff --git a/install/dist/conf/debian40.conf.php b/install/dist/conf/debian40.conf.php index 2223e19857..a8a90bee58 100644 --- a/install/dist/conf/debian40.conf.php +++ b/install/dist/conf/debian40.conf.php @@ -33,6 +33,7 @@ $conf['apache']['init_script'] = 'apache2'; $conf['apache']['version'] = '2.2'; $conf['apache']['vhost_conf_dir'] = '/etc/apache2/sites-available'; $conf['apache']['vhost_conf_enabled_dir'] = '/etc/apache2/sites-enabled'; +$conf['apache']['vhost_port'] = '8080'; //* Postfix $conf['postfix']['config_dir'] = '/etc/postfix'; diff --git a/install/dist/conf/gentoo.conf.php b/install/dist/conf/gentoo.conf.php index 50930c76da..cc58b6d615 100644 --- a/install/dist/conf/gentoo.conf.php +++ b/install/dist/conf/gentoo.conf.php @@ -19,6 +19,7 @@ $dist['apache']['init_script'] = 'apache2'; $dist['apache']['version'] = '2.2'; $dist['apache']['vhost_dist_dir'] = '/etc/apache2/vhosts.d'; $dist['apache']['vhost_dist_enabled_dir'] = '/etc/apache2/vhosts.d'; +$conf['apache']['vhost_port'] = '8080'; //* Postfix $dist['postfix']['config_dir'] = '/etc/postfix'; -- GitLab