- Added apache vhost port default setting to $conf array.
| | |
| | | $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'; |
| | |
| | | $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'; |