From 6b901eb3c034711582241ff04958a4015959abc9 Mon Sep 17 00:00:00 2001 From: tbrehm Date: Tue, 8 Mar 2011 13:17:26 +0000 Subject: [PATCH] Fixed: FS#1420 - forbidden error in apps vhost with fcgi --- install/tpl/apache_apps.vhost.master | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/install/tpl/apache_apps.vhost.master b/install/tpl/apache_apps.vhost.master index 07e42a564..01b7eaf9f 100644 --- a/install/tpl/apache_apps.vhost.master +++ b/install/tpl/apache_apps.vhost.master @@ -11,25 +11,25 @@ ServerAdmin webmaster@localhost {apps_vhost_servername} - + DocumentRoot {apps_vhost_dir} - SuexecUserGroup ispapps ispapps + AddType application/x-httpd-php .php - Options Indexes FollowSymLinks MultiViews +ExecCGI - AllowOverride AuthConfig Indexes Limit Options FileInfo - AddHandler fcgid-script .php - FCGIWrapper {website_basedir}/php-fcgi-scripts/apps/.php-fcgi-starter .php + Options FollowSymLinks + AllowOverride None Order allow,deny Allow from all - + DocumentRoot {apps_vhost_dir} - AddType application/x-httpd-php .php + SuexecUserGroup ispapps ispapps - Options FollowSymLinks - AllowOverride None + Options Indexes FollowSymLinks MultiViews +ExecCGI + AllowOverride AuthConfig Indexes Limit Options FileInfo + AddHandler fcgid-script .php + FCGIWrapper {website_basedir}/php-fcgi-scripts/apps/.php-fcgi-starter .php Order allow,deny Allow from all -- GitLab