Parent Directory | Revision Log | Revision Graph
* Tue Jul 29 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-8.sme - Turn SSLEngine on in the SSL vhost (ProxyPassVirtualHosts) [SME: 8501]
1 | vip-ire | 1.1 | 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 |
2 | --- 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 | ||
3 | +++ 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 | ||
4 | @@ -6,6 +6,7 @@ | ||
5 | |||
6 | $t =~ s|http://|https://| if ($port eq "443"); | ||
7 | |||
8 | + $OUT .= " SSLEngine On\n" if ($port eq "443"); | ||
9 | $OUT .= " ProxyPass / $t\n"; | ||
10 | $OUT .= " ProxyPassReverse / $t"; | ||
11 | } |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |