From 24ed48ab1152d839ede88f9604849ea6f8e21030 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 27 Jan 2009 12:07:00 -0500
Subject: [PATCH] Fixed FCGI starter script for ispconfig interface.

---
 install/tpl/apache_ispconfig.vhost.master |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/install/tpl/apache_ispconfig.vhost.master b/install/tpl/apache_ispconfig.vhost.master
index 27438dc..69b7c22 100644
--- a/install/tpl/apache_ispconfig.vhost.master
+++ b/install/tpl/apache_ispconfig.vhost.master
@@ -12,16 +12,15 @@
   DocumentRoot /usr/local/ispconfig/interface/web/
   
   <IfModule mod_fastcgi.c>
-    DocumentRoot /var/www/ispconfig/
+    DocumentRoot /usr/local/ispconfig/interface/web/
     SuexecUserGroup ispconfig ispconfig
-    <Directory /var/www/ispconfig/>
+    <Directory /usr/local/ispconfig/interface/web/>
       Options Indexes FollowSymLinks MultiViews +ExecCGI
       AllowOverride AuthConfig Indexes Limit Options FileInfo
       AddHandler fcgid-script .php
-      FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
+      FCGIWrapper /usr/local/ispconfig/interface/bin/php-fcgi .php
       Order allow,deny
       Allow from all
-	  php_value magic_quotes_gpc        0
     </Directory>
   </IfModule>
   

--
Gitblit v1.9.1