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
Webslice
ISPConfig 3
Commits
9ac95d21
Commit
9ac95d21
authored
Jun 29, 2008
by
tbrehm
Browse files
No commit message
No commit message
parent
8abf241a
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/install.php
View file @
9ac95d21
...
...
@@ -296,7 +296,7 @@ if($install_mode == 'Standard') {
*/
//** Customise the port ISPConfig runs on
$conf
[
'apache'
][
'vhost_port'
]
=
$inst
->
free_query
(
'ISPConfig Port'
,
'8080'
);
$
inst
->
conf
[
'apache'
][
'vhost_port'
]
=
$inst
->
free_query
(
'ISPConfig Port'
,
'8080'
);
$inst
->
install_ispconfig_interface
=
true
;
...
...
install/lib/installer_base.lib.php
View file @
9ac95d21
...
...
@@ -731,7 +731,7 @@ class installer_base {
// Dont just copy over the virtualhost template but add some custom settings
$content
=
rf
(
"tpl/apache_ispconfig.vhost.master"
);
$content
=
str_replace
(
'{vhost_port}'
,
$conf
[
'apache'
][
'vhost_port'
],
$content
);
$content
=
str_replace
(
'{vhost_port}'
,
$
this
->
conf
[
'apache'
][
'vhost_port'
],
$content
);
wf
(
"
$vhost_conf_dir
/ispconfig.vhost"
,
$content
);
//copy('tpl/apache_ispconfig.vhost.master', "$vhost_conf_dir/ispconfig.vhost");
...
...
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