From 4569cae57f127afd093794310ccd290d2d9fdf36 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 20 Apr 2016 10:58:46 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

---
 install/dist/tpl/gentoo/apache_apps_fcgi_starter.master |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/install/dist/tpl/gentoo/apache_apps_fcgi_starter.master b/install/dist/tpl/gentoo/apache_apps_fcgi_starter.master
index c4800aa..57e358b 100644
--- a/install/dist/tpl/gentoo/apache_apps_fcgi_starter.master
+++ b/install/dist/tpl/gentoo/apache_apps_fcgi_starter.master
@@ -3,4 +3,5 @@
 export PHPRC
 export PHP_FCGI_MAX_REQUESTS=5000
 export PHP_FCGI_CHILDREN=1
-exec /usr/bin/php-cgi -d magic_quotes_gpc=off
\ No newline at end of file
+export PHP_FCGI_MAX_REQUESTLEN=15728640
+exec /usr/bin/php-cgi -d magic_quotes_gpc=off

--
Gitblit v1.9.1