Skip to content
Snippets Groups Projects
Commit 2ab008c0 authored by Florian Schaal's avatar Florian Schaal
Browse files

FS#3251 - Add fcgi parameters to apps vhost

parent 796661c5
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,5 @@ PHPRC=/etc/php/cgi-php5/ ...@@ -3,4 +3,5 @@ PHPRC=/etc/php/cgi-php5/
export PHPRC export PHPRC
export PHP_FCGI_MAX_REQUESTS=5000 export PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_CHILDREN=1 export PHP_FCGI_CHILDREN=1
exec /usr/bin/php-cgi -d magic_quotes_gpc=off export PHP_FCGI_MAX_REQUESTLEN=15728640
\ No newline at end of file exec /usr/bin/php-cgi -d magic_quotes_gpc=off
...@@ -3,6 +3,7 @@ PHPRC={fastcgi_phpini_path} ...@@ -3,6 +3,7 @@ PHPRC={fastcgi_phpini_path}
export PHPRC export PHPRC
export PHP_FCGI_MAX_REQUESTS=5000 export PHP_FCGI_MAX_REQUESTS=5000
export PHP_FCGI_CHILDREN=1 export PHP_FCGI_CHILDREN=1
export PHP_FCGI_MAX_REQUESTLEN=15728640
exec {fastcgi_bin} -d \ exec {fastcgi_bin} -d \
-d disable_classes= \ -d disable_classes= \
-d disable_functions= \ -d disable_functions= \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment