From 28cd07d1a75c4e9dcaecac49efee0091f2fc62fa Mon Sep 17 00:00:00 2001
From: A. Täffner <darkalex@firesplash.de>
Date: Thu, 07 Apr 2016 05:30:49 -0400
Subject: [PATCH] Implemented a checkbox "enable DNSSEC" in DNS-Wizard. This Checkbox can be enabled or disabled by template.
---
install/tpl/apache_apps_fcgi_starter.master | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/install/tpl/apache_apps_fcgi_starter.master b/install/tpl/apache_apps_fcgi_starter.master
index 8a26441..4ddb663 100644
--- a/install/tpl/apache_apps_fcgi_starter.master
+++ b/install/tpl/apache_apps_fcgi_starter.master
@@ -3,4 +3,9 @@
export PHPRC
export PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_CHILDREN=1
-exec {fastcgi_bin} -d magic_quotes_gpc=off
\ No newline at end of file
+export PHP_FCGI_MAX_REQUESTLEN=15728640
+exec {fastcgi_bin} -d \
+ -d disable_classes= \
+ -d disable_functions= \
+ -d magic_quotes_gpc=off \
+ -d open_basedir=
--
Gitblit v1.9.1