Skip to content

Commit 8abf241

Browse files
committed
- Added apache vhost port default setting to $conf array.
1 parent 6380a8f commit 8abf241

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/dist/conf/debian40.conf.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
$conf['apache']['version'] = '2.2';
3434
$conf['apache']['vhost_conf_dir'] = '/etc/apache2/sites-available';
3535
$conf['apache']['vhost_conf_enabled_dir'] = '/etc/apache2/sites-enabled';
36+
$conf['apache']['vhost_port'] = '8080';
3637

3738
//* Postfix
3839
$conf['postfix']['config_dir'] = '/etc/postfix';

install/dist/conf/gentoo.conf.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
$dist['apache']['version'] = '2.2';
2020
$dist['apache']['vhost_dist_dir'] = '/etc/apache2/vhosts.d';
2121
$dist['apache']['vhost_dist_enabled_dir'] = '/etc/apache2/vhosts.d';
22+
$conf['apache']['vhost_port'] = '8080';
2223

2324
//* Postfix
2425
$dist['postfix']['config_dir'] = '/etc/postfix';

0 commit comments

Comments
 (0)