diff --git a/install/tpl/apache_apps.vhost.master b/install/tpl/apache_apps.vhost.master
index 2fd5a3814a46fbd7aacbb8c6a09466270a136bbd..232e16e6df09742bab2ec4f7dfc7f586a5a50a90 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 299ad441ae5705fda32385e38e0b176c8e88ec5c..83b1e669bd7c5e4f43d0bdfaf2b233e9e0090103 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