Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
8abf241a
Commit
8abf241a
authored
Jun 29, 2008
by
tbrehm
Browse files
- Added apache vhost port default setting to $conf array.
parent
6380a8f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/dist/conf/debian40.conf.php
View file @
8abf241a
...
...
@@ -33,6 +33,7 @@ $conf['apache']['init_script'] = 'apache2';
$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'
;
...
...
install/dist/conf/gentoo.conf.php
View file @
8abf241a
...
...
@@ -19,6 +19,7 @@ $dist['apache']['init_script'] = 'apache2';
$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'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment