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.
1 parent e68b401 commit fbc02f2Copy full SHA for fbc02f2
install/dist/lib/opensuse.lib.php
@@ -1116,7 +1116,9 @@ public function install_ispconfig()
1116
1117
$tpl->setVar('apache_version',getapacheversion());
1118
1119
- wf($vhost_conf_dir.'/ispconfig.vhost', $tpl->grab());
+ $content = $tpl->grab();
1120
+ $content = str_replace('/var/www/', '/srv/www/', $content);
1121
+ wf($vhost_conf_dir.'/ispconfig.vhost', $content);
1122
1123
//if(!is_file('/srv/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter')) {
1124
$content = rfsel($conf['ispconfig_install_dir'].'/server/conf-custom/install/apache_ispconfig_fcgi_starter.master', 'tpl/apache_ispconfig_fcgi_starter.master');
0 commit comments