diff -Nur e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/ProxyPassVirtualHosts/ProxyPassContent e-smith-apache-2.4.0_bz8501/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/ProxyPassVirtualHosts/ProxyPassContent --- e-smith-apache-2.4.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/ProxyPassVirtualHosts/ProxyPassContent 2008-10-07 17:53:34.000000000 +0200 +++ e-smith-apache-2.4.0_bz8501/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/ProxyPassVirtualHosts/ProxyPassContent 2014-07-29 17:23:19.371950101 +0200 @@ -6,6 +6,7 @@ $t =~ s|http://|https://| if ($port eq "443"); + $OUT .= " SSLEngine On\n" if ($port eq "443"); $OUT .= " ProxyPass / $t\n"; $OUT .= " ProxyPassReverse / $t"; }