1 |
jpp |
1.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 |
|
|
} |