From 2ab008c005d0a09859208bb5a8644fd22f871bdc Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Fri, 23 Oct 2015 13:08:41 +0200 Subject: [PATCH] FS#3251 - Add fcgi parameters to apps vhost --- install/dist/tpl/gentoo/apache_apps_fcgi_starter.master | 3 ++- install/tpl/apache_apps_fcgi_starter.master | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/install/dist/tpl/gentoo/apache_apps_fcgi_starter.master b/install/dist/tpl/gentoo/apache_apps_fcgi_starter.master index c4800aaeeb..57e358b679 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 @@ PHPRC=/etc/php/cgi-php5/ 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 diff --git a/install/tpl/apache_apps_fcgi_starter.master b/install/tpl/apache_apps_fcgi_starter.master index 8ef1cbbc76..4ddb6637b6 100644 --- a/install/tpl/apache_apps_fcgi_starter.master +++ b/install/tpl/apache_apps_fcgi_starter.master @@ -3,6 +3,7 @@ PHPRC={fastcgi_phpini_path} export PHPRC export PHP_FCGI_MAX_REQUESTS=5000 export PHP_FCGI_CHILDREN=1 +export PHP_FCGI_MAX_REQUESTLEN=15728640 exec {fastcgi_bin} -d \ -d disable_classes= \ -d disable_functions= \ -- GitLab