We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc5aefb + 8c96376 commit 11ca0c5Copy full SHA for 11ca0c5
install/dist/lib/opensuse.lib.php
@@ -1141,7 +1141,9 @@ public function install_ispconfig()
1141
1142
$tpl->setVar('apache_version',getapacheversion());
1143
1144
- wf($vhost_conf_dir.'/ispconfig.vhost', $tpl->grab());
+ $content = $tpl->grab();
1145
+ $content = str_replace('/var/www/', '/srv/www/', $content);
1146
+ wf($vhost_conf_dir.'/ispconfig.vhost', $content);
1147
1148
//if(!is_file('/srv/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter')) {
1149
$content = rfsel($conf['ispconfig_install_dir'].'/server/conf-custom/install/apache_ispconfig_fcgi_starter.master', 'tpl/apache_ispconfig_fcgi_starter.master');
0 commit comments