diff -ruN smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95AddType00PHP2ibays smeserver-php-3.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95AddType00PHP2ibays --- smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95AddType00PHP2ibays 2020-12-17 22:33:32.078489536 +0100 +++ smeserver-php-3.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95AddType00PHP2ibays 2020-12-17 22:34:26.594347410 +0100 @@ -14,7 +14,7 @@ # configuration to enable php-fpm for the ibay if ($fastcgi_mod eq 'mod_proxy_fcgi') { - my $version = $properties{'PHPVersion'} || $PHPVersion || ''; + my $version = $ibay->prop('PHPVersion') || $PHPVersion || '73'; ($version) = $version =~ /([0-9]{2})/ unless $version eq ''; my $name = lc $key; $OUT .=<<"_EOF";