tbrehm
2009-11-19 05b8eaad9a73407bc306301390c50f80f599f3c2
Fixed: FS#979 - Path to web-dir not adjusted for apps
2 files modified
3 ■■■■ changed files
install/lib/installer_base.lib.php 1 ●●●● patch | view | raw | blame | history
install/tpl/apache_apps.vhost.master 2 ●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -1015,6 +1015,7 @@
        $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
@@ -18,7 +18,7 @@
      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>