/[smeserver]/rpms/e-smith-proxy/sme10/e-smith-proxy-5.6.0-bz11944.patch
ViewVC logotype

Contents of /rpms/e-smith-proxy/sme10/e-smith-proxy-5.6.0-bz11944.patch

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


Revision 1.1 - (show annotations) (download)
Sun Apr 17 18:59:17 2022 UTC (2 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-proxy-5_6_0-12_el7_sme, e-smith-proxy-5_6_0-11_el7_sme, HEAD
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-11.sme
- use httpd 2.4 access control syntax [SME: 11944]

1 diff -Nur --no-dereference e-smith-proxy-5.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/96ProxyConf e-smith-proxy-5.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/96ProxyConf
2 --- e-smith-proxy-5.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/96ProxyConf 2002-09-12 19:20:13.000000000 -0400
3 +++ e-smith-proxy-5.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/96ProxyConf 2022-04-17 14:54:09.497000000 -0400
4 @@ -3,9 +3,7 @@
5 {
6 $OUT .= "Alias /$file /etc/httpd/conf/proxy/proxy.pac\n";
7 $OUT .= "<Location /$file>\n";
8 - $OUT .= " order deny,allow\n";
9 - $OUT .= " deny from all\n";
10 - $OUT .= " allow from $localAccess\n";
11 + $OUT .= " Require ip $localAccess\n";
12 $OUT .= "</Location>\n";
13 }
14 }

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