diff -ruN smeserver-dl-0.2.3.orig/root/etc/e-smith/templates/etc/dl.php/60ClamScan smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/dl.php/60ClamScan --- smeserver-dl-0.2.3.orig/root/etc/e-smith/templates/etc/dl.php/60ClamScan 2021-12-03 15:18:21.697468959 +0000 +++ smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/dl.php/60ClamScan 2021-12-03 15:18:41.159406248 +0000 @@ -16,7 +16,7 @@ # 1MB of margin to be sure we don't go over clamd limit $limit -= 1024 * 1024; $OUT .=<<"EOF"; -\$clamdSocket = 'unix:///var/clamav/clamd.socket'; +\$clamdSocket = 'unix:///var/run/clam/clamd.socket'; \$scanMax = $limit; EOF } diff -ruN smeserver-dl-0.2.3.orig/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.orig/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl 2021-12-03 15:18:21.698469007 +0000 +++ smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl 2021-12-03 15:18:51.527905598 +0000 @@ -45,7 +45,7 @@ if ($fastcgi_mod eq 'mod_fastcgi'){ $php = " AddHandler phpdl-fastcgi .php\n"; } - elsif ($fascgi_mod eq 'mod_proxy_fcgi'){ + elsif ($fastcgi_mod eq 'mod_proxy_fcgi'){ $php =<<'_EOF'; SetHandler "proxy:unix:/var/run/php-fpm/php__PHP_VERSION__-dl.sock|fcgi://localhost"