--- rpms/smeserver-php/sme10/smeserver-php-3.0.0-bz11427-timeout.patch 2021/03/08 08:56:59 1.2 +++ rpms/smeserver-php/sme10/smeserver-php-3.0.0-bz11427-timeout.patch 2021/03/08 09:07:31 1.3 @@ -5,8 +5,8 @@ diff -Nur --no-dereference smeserver-php my $version = PhpFpmVersionToUse($ibay); my $name = lc $key; my $FilesMathes = ( ($ibay->prop('AllowPHTML') || 'disabled') eq 'enabled' ) ? '(xml|phtml|html|htm|php|phar)': '(phar|php)'; -+ my $timeout = $ibay->prop('timeout') ||300; #default in the config here. apache default 60 -+ $OUT .= " ProxyTimeout $timeout\n" unless $timeout == 300; ++ ++ + $OUT .=<<"_EOF"; SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=\$1