diff -urN smeserver-dl-0.2.3.old/createlinks smeserver-dl-0.2.3/createlinks --- smeserver-dl-0.2.3.old/createlinks 2021-04-19 11:24:44.913864002 +0100 +++ smeserver-dl-0.2.3/createlinks 2021-04-19 11:27:17.320491556 +0100 @@ -7,6 +7,7 @@ foreach my $file (qw( /etc/systemd/system-preset/49-koozali.preset + /etc/httpd/conf/httpd.conf )) { templates2events( $file, $event ); @@ -17,7 +18,7 @@ #action specific to this package #event_link('action', $event, '30'); #services we need to restart -#safe_symlink('restart',root/etc/e-smith/events/$event/services2adjust/service); +safe_symlink('restart',"root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); #and Server Manager panel link #panel_link('somefunction', 'manager'); diff -urN smeserver-dl-0.2.3.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl --- smeserver-dl-0.2.3.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl 2021-04-19 11:24:44.913864002 +0100 +++ smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl 2021-04-19 11:28:35.042321561 +0100 @@ -26,7 +26,7 @@ my $php =<<_EOF; AddType application/x-httpd-php .php - + SetHandler "proxy:unix:/var/run/php-fpm/php74.sock|fcgi://localhost"