Skip to content

Commit 3ff9d21

Browse files
author
Marius Cramer
committed
Merge branch 'master' into 'master'
FS#3251 - Add fcgi parameters to apps vhost See merge request !237
2 parents 796661c + 2ab008c commit 3ff9d21

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

install/dist/tpl/gentoo/apache_apps_fcgi_starter.master

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ PHPRC=/etc/php/cgi-php5/
33
export PHPRC
44
export PHP_FCGI_MAX_REQUESTS=5000
55
export PHP_FCGI_CHILDREN=1
6-
exec /usr/bin/php-cgi -d magic_quotes_gpc=off
6+
export PHP_FCGI_MAX_REQUESTLEN=15728640
7+
exec /usr/bin/php-cgi -d magic_quotes_gpc=off

install/tpl/apache_apps_fcgi_starter.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ PHPRC={fastcgi_phpini_path}
33
export PHPRC
44
export PHP_FCGI_MAX_REQUESTS=5000
55
export PHP_FCGI_CHILDREN=1
6+
export PHP_FCGI_MAX_REQUESTLEN=15728640
67
exec {fastcgi_bin} -d \
78
-d disable_classes= \
89
-d disable_functions= \

0 commit comments

Comments
 (0)