PHP FPM integration on SME Server. Let you run several versions of PHP (using SCL from Remi's repo) at the same time
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
467 B

7 years ago
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
service_link_enhanced("php56-php-fpm", "S86", "7");
service_link_enhanced("php56-php-fpm", "K16", "6");
service_link_enhanced("php56-php-fpm", "K16", "0");
service_link_enhanced("php56-php-fpm", "K16", "1");
foreach my $file qw(/opt/remi/php56/root/etc/php-fpm.conf
/opt/remi/php56/root/etc/php-fpm.d/www.conf){
templates2events($file, qw(webapps-update bootstrap-console-save));
}