--- rpms/smeserver-php/sme10/smeserver-php-3.0.0-bz11427-timeout.patch 2021/03/08 07:36:01 1.1 +++ rpms/smeserver-php/sme10/smeserver-php-3.0.0-bz11427-timeout.patch 2021/03/08 08:56:59 1.2 @@ -6,7 +6,7 @@ diff -Nur --no-dereference smeserver-php 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 .= " TimeOut=$timeout\n ProxyTimeout=$timeout\n" unless $timeout == 300; ++ $OUT .= " ProxyTimeout $timeout\n" unless $timeout == 300; + $OUT .=<<"_EOF"; SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=\$1