Skip to content
Snippets Groups Projects
Commit 8abf241a authored by tbrehm's avatar tbrehm
Browse files

- Added apache vhost port default setting to $conf array.

parent 6380a8f4
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ $conf['apache']['init_script'] = 'apache2'; ...@@ -33,6 +33,7 @@ $conf['apache']['init_script'] = 'apache2';
$conf['apache']['version'] = '2.2'; $conf['apache']['version'] = '2.2';
$conf['apache']['vhost_conf_dir'] = '/etc/apache2/sites-available'; $conf['apache']['vhost_conf_dir'] = '/etc/apache2/sites-available';
$conf['apache']['vhost_conf_enabled_dir'] = '/etc/apache2/sites-enabled'; $conf['apache']['vhost_conf_enabled_dir'] = '/etc/apache2/sites-enabled';
$conf['apache']['vhost_port'] = '8080';
//* Postfix //* Postfix
$conf['postfix']['config_dir'] = '/etc/postfix'; $conf['postfix']['config_dir'] = '/etc/postfix';
......
...@@ -19,6 +19,7 @@ $dist['apache']['init_script'] = 'apache2'; ...@@ -19,6 +19,7 @@ $dist['apache']['init_script'] = 'apache2';
$dist['apache']['version'] = '2.2'; $dist['apache']['version'] = '2.2';
$dist['apache']['vhost_dist_dir'] = '/etc/apache2/vhosts.d'; $dist['apache']['vhost_dist_dir'] = '/etc/apache2/vhosts.d';
$dist['apache']['vhost_dist_enabled_dir'] = '/etc/apache2/vhosts.d'; $dist['apache']['vhost_dist_enabled_dir'] = '/etc/apache2/vhosts.d';
$conf['apache']['vhost_port'] = '8080';
//* Postfix //* Postfix
$dist['postfix']['config_dir'] = '/etc/postfix'; $dist['postfix']['config_dir'] = '/etc/postfix';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment