Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
05b8eaad
Commit
05b8eaad
authored
Nov 19, 2009
by
tbrehm
Browse files
Fixed: FS#979 - Path to web-dir not adjusted for apps
parent
971fb330
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
05b8eaad
...
...
@@ -1015,6 +1015,7 @@ class installer_base {
$content
=
str_replace
(
'{apps_vhost_ip}'
,
$conf
[
'web'
][
'apps_vhost_ip'
],
$content
);
$content
=
str_replace
(
'{apps_vhost_port}'
,
$conf
[
'web'
][
'apps_vhost_port'
],
$content
);
$content
=
str_replace
(
'{apps_vhost_dir}'
,
$conf
[
'web'
][
'website_basedir'
]
.
'/apps'
,
$content
);
$content
=
str_replace
(
'{website_basedir}'
,
$conf
[
'web'
][
'website_basedir'
],
$content
);
$content
=
str_replace
(
'{apps_vhost_servername}'
,
$apps_vhost_servername
,
$content
);
...
...
install/tpl/apache_apps.vhost.master
View file @
05b8eaad
...
...
@@ -18,7 +18,7 @@ NameVirtualHost *:{apps_vhost_port}
Options Indexes FollowSymLinks MultiViews +ExecCGI
AllowOverride AuthConfig Indexes Limit Options FileInfo
AddHandler fcgid-script .php
FCGIWrapper
/var/www
/php-fcgi-scripts/apps/.php-fcgi-starter .php
FCGIWrapper
{website_basedir}
/php-fcgi-scripts/apps/.php-fcgi-starter .php
Order allow,deny
Allow from all
</Directory>
...
...
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