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