We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6380a8f commit 8abf241Copy full SHA for 8abf241
install/dist/conf/debian40.conf.php
@@ -33,6 +33,7 @@
33
$conf['apache']['version'] = '2.2';
34
$conf['apache']['vhost_conf_dir'] = '/etc/apache2/sites-available';
35
$conf['apache']['vhost_conf_enabled_dir'] = '/etc/apache2/sites-enabled';
36
+$conf['apache']['vhost_port'] = '8080';
37
38
//* Postfix
39
$conf['postfix']['config_dir'] = '/etc/postfix';
install/dist/conf/gentoo.conf.php
@@ -19,6 +19,7 @@
19
$dist['apache']['version'] = '2.2';
20
$dist['apache']['vhost_dist_dir'] = '/etc/apache2/vhosts.d';
21
$dist['apache']['vhost_dist_enabled_dir'] = '/etc/apache2/vhosts.d';
22
23
24
25
$dist['postfix']['config_dir'] = '/etc/postfix';
0 commit comments