/[smeserver]/rpms/e-smith-apache/sme9/e-smith-apache-2.4.0-ssl_engine_on.patch
ViewVC logotype

Contents of /rpms/e-smith-apache/sme9/e-smith-apache-2.4.0-ssl_engine_on.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jul 29 15:26:32 2014 UTC (9 years, 9 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-apache-2_4_0-14_el6_sme, e-smith-apache-2_4_0-12_el6_sme, e-smith-apache-2_4_0-13_el6_sme, e-smith-apache-2_4_0-10_el6_sme, e-smith-apache-2_4_0-9_el6_sme, e-smith-apache-2_4_0-11_el6_sme, e-smith-apache-2_4_0-15_el6_sme, HEAD
* 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 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 RSS 2.0 feed