From 05b8eaad9a73407bc306301390c50f80f599f3c2 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 19 Nov 2009 09:22:43 -0500 Subject: [PATCH] Fixed: FS#979 - Path to web-dir not adjusted for apps --- install/tpl/apache_apps.vhost.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/tpl/apache_apps.vhost.master b/install/tpl/apache_apps.vhost.master index ceb9c3a..5aa7b74 100644 --- a/install/tpl/apache_apps.vhost.master +++ b/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> -- Gitblit v1.9.1