diff -urN smeserver-zoneminder-1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder smeserver-zoneminder-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder --- smeserver-zoneminder-1.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder 2020-12-04 14:30:50.658751271 +0000 +++ smeserver-zoneminder-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86zoneminder 2020-12-04 14:36:43.902254141 +0000 @@ -1,8 +1,11 @@ Alias /zm "/usr/share/zoneminder/www" - Options -Indexes MultiViews FollowSymLinks - AddType application/x-httpd-php .php + Options -Indexes -MultiViews -FollowSymLinks + #AddType application/x-httpd-php .php + + SetHandler "proxy:unix:/var/run/php-fpm/php74.sock|fcgi://localhost" + AllowOverride All Order allow,deny Allow from all