/[smeserver]/rpms/e-smith-proxy/sme9/e-smith-proxy-5.4.0-squid_additionnal_SSLports.patch
ViewVC logotype

Contents of /rpms/e-smith-proxy/sme9/e-smith-proxy-5.4.0-squid_additionnal_SSLports.patch

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


Revision 1.1 - (show annotations) (download)
Thu Jan 30 06:45:29 2014 UTC (10 years, 4 months ago) by burnat
Branch: MAIN
CVS Tags: e-smith-proxy-5_4_0-3_el6_sme, e-smith-proxy-5_4_0-5_el6_sme, e-smith-proxy-5_4_0-4_el6_sme, HEAD
* Thu Jan 30 2014 chris burnat <devlist@burnat.com> 5.4.0-3.sme
- Modify template to allow Squid proxy https access to ports other than 443,563 using db command [sme:8161]
- Codes by Ray Mitchell and Ian Wells

1 diff -urN e-smith-proxy-5.2.0.old/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports e-smith-proxy-5.2.0/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports
2 --- e-smith-proxy-5.2.0.old/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports 2002-04-20 02:45:31.000000000 +1000
3 +++ e-smith-proxy-5.2.0/root/etc/e-smith/templates/etc/squid/squid.conf/20ACL15SSL_ports 2014-01-30 15:08:03.639883234 +1100
4 @@ -1 +1,6 @@
5 -acl SSL_ports port 443 563
6 +
7 +{
8 + my @ports = split(",", ($squid{SSLPorts} || "") );
9 +
10 + return "acl SSL_ports port 443 563 @ports";
11 +}

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed