From 8abf241a5b1ae57eb08e54aadc69eda93d4715f4 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 29 Jun 2008 07:41:35 -0400
Subject: [PATCH] - Added apache vhost port default setting to $conf array.

---
 install/dist/conf/gentoo.conf.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/install/dist/conf/gentoo.conf.php b/install/dist/conf/gentoo.conf.php
index 50930c7..cc58b6d 100644
--- a/install/dist/conf/gentoo.conf.php
+++ b/install/dist/conf/gentoo.conf.php
@@ -19,6 +19,7 @@
 $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';

--
Gitblit v1.9.1