diff -Nur --no-dereference 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 --- smeserver-php-3.0.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95AddType00PHP2ibays 2021-03-08 01:38:49.887000000 -0500 +++ smeserver-php-3.0.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/95AddType00PHP2ibays 2021-03-08 01:48:52.514000000 -0500 @@ -18,8 +18,10 @@ my $name = lc $key; $OUT .=<<"_EOF"; SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=\$1 - + + SetHandler "proxy:unix:/var/run/php-fpm/php$version-$name.sock|fcgi://localhost" + _EOF }