diff -Nur --no-dereference e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL00Listen443 e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL00Listen443 --- e-smith-apache-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL00Listen443 2021-03-30 19:01:25.598000000 -0400 +++ e-smith-apache-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/35SSL00Listen443 2021-03-30 19:01:46.985000000 -0400 @@ -7,7 +7,9 @@ my $httpdAccess = ${'httpd-e-smith'}{access} || 'private'; - return $listen_default unless ($httpdAccess eq "private"); + my $httpsOnlyLocal = ${'httpd-e-smith'}{httpsOnlyLocal} || 'disabled'; + + return $listen_default unless ($httpdAccess eq "private") || ($httpsOnlyLocal eq "enabled"); # Only selectively bind interfaces if we are in private server/gateway mode