From b2373898116c38d919133fca9ed60a1238ca7205 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Wed, 27 Nov 2013 03:13:13 -0500
Subject: [PATCH] Fixed a syntax error in apps vhost configuration.

---
 server/conf/apache_apps.vhost.master |    4 ++++
 install/tpl/apache_apps.vhost.master |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/install/tpl/apache_apps.vhost.master b/install/tpl/apache_apps.vhost.master
index 2fd5a38..232e16e 100644
--- a/install/tpl/apache_apps.vhost.master
+++ b/install/tpl/apache_apps.vhost.master
@@ -35,7 +35,7 @@
       AllowOverride AuthConfig Indexes Limit Options FileInfo
       AddHandler fcgid-script .php
       FCGIWrapper {website_basedir}/php-fcgi-scripts/apps/.php-fcgi-starter .php
-	  FcgidBusyTimeout 3600
+	  # FcgidBusyTimeout 3600
       Order allow,deny
       Allow from all
     </Directory>
diff --git a/server/conf/apache_apps.vhost.master b/server/conf/apache_apps.vhost.master
index 299ad44..83b1e66 100644
--- a/server/conf/apache_apps.vhost.master
+++ b/server/conf/apache_apps.vhost.master
@@ -11,6 +11,10 @@
   ServerAdmin webmaster@localhost
   {apps_vhost_servername}
   
+  <FilesMatch "\.ph(p3?|tml)$">
+    SetHandler None
+  </FilesMatch>
+  
   <IfModule mod_fcgid.c>
     DocumentRoot {apps_vhost_dir}
     SuexecUserGroup ispapps ispapps

--
Gitblit v1.9.1