Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
fbc02f27
Commit
fbc02f27
authored
Mar 11, 2014
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed path in ispconfig vhost in opensuse installer.
parent
e68b4013
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
install/dist/lib/opensuse.lib.php
install/dist/lib/opensuse.lib.php
+3
-1
No files found.
install/dist/lib/opensuse.lib.php
View file @
fbc02f27
...
...
@@ -1116,7 +1116,9 @@ class installer_dist extends installer_base {
$tpl
->
setVar
(
'apache_version'
,
getapacheversion
());
wf
(
$vhost_conf_dir
.
'/ispconfig.vhost'
,
$tpl
->
grab
());
$content
=
$tpl
->
grab
();
$content
=
str_replace
(
'/var/www/'
,
'/srv/www/'
,
$content
);
wf
(
$vhost_conf_dir
.
'/ispconfig.vhost'
,
$content
);
//if(!is_file('/srv/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter')) {
$content
=
rfsel
(
$conf
[
'ispconfig_install_dir'
]
.
'/server/conf-custom/install/apache_ispconfig_fcgi_starter.master'
,
'tpl/apache_ispconfig_fcgi_starter.master'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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