summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-05-24 18:12:19 -0500
committerChris Buechler <cmb@pfsense.org>2016-05-24 18:17:56 -0500
commit062a5434dfc3d0eaee7d75ffdd95dd6672eaa719 (patch)
tree83093eba72b33eb978ea0e71e897f0b2d4a8fad1 /src/etc/rc.php_ini_setup
parent785cef80f37a9e862f300a3f0004b8c46f65cc92 (diff)
downloadpfsense-062a5434dfc3d0eaee7d75ffdd95dd6672eaa719.zip
pfsense-062a5434dfc3d0eaee7d75ffdd95dd6672eaa719.tar.gz
Set request_terminate_timeout to the same as max_execution_time in case something executed externally doesn't respond, to avoid hanging up all of php-fpm eventually. Ticket #6318 among other similar potential issues.
Diffstat (limited to 'src/etc/rc.php_ini_setup')
-rwxr-xr-xsrc/etc/rc.php_ini_setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/rc.php_ini_setup b/src/etc/rc.php_ini_setup
index 03c3148..dfb8139 100755
--- a/src/etc/rc.php_ini_setup
+++ b/src/etc/rc.php_ini_setup
@@ -191,6 +191,7 @@ expose_php = Off
implicit_flush = true
magic_quotes_gpc = Off
max_execution_time = 900
+request_terminate_timeout = 900
max_input_time = 1800
max_input_vars = 5000
register_argc_argv = On
OpenPOWER on IntegriCloud