From dbb5b87b45f7f6a4a7f42373e2dbc3f37c690e99 Mon Sep 17 00:00:00 2001
From: daniel <daniel@ispconfig3>
Date: Wed, 4 Jun 2008 20:05:44 +0000
Subject: [PATCH]

---
 server/conf/php-fcgi-starter.master | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 server/conf/php-fcgi-starter.master

diff --git a/server/conf/php-fcgi-starter.master b/server/conf/php-fcgi-starter.master
new file mode 100644
index 0000000000..9920c4e662
--- /dev/null
+++ b/server/conf/php-fcgi-starter.master
@@ -0,0 +1,10 @@
+#!/bin/sh
+PHPRC="<tmpl_var name='php_ini_path'>"
+export PHPRC
+PHP_DOCUMENT_ROOT="<tmpl_var name='document_root'>"
+export PHP_DOCUMENT_ROOT
+PHP_FCGI_CHILDREN=<tmpl_var name='php_fcgi_children'>
+export PHP_FCGI_CHILDREN
+PHP_FCGI_MAX_REQUESTS=<tmpl_var name='php_fcgi_max_requests'>
+export PHP_FCGI_MAX_REQUESTS
+exec <tmpl_var name='php_fcgi_bin'> $1
\ No newline at end of file
-- 
GitLab