| Article: |
Installing and Configuring Squid | |
| Subject: | Minimum-effort emergency bypass options? | |
| Date: | 2001-08-23 15:41:37 | |
| From: | sharumpe | |
|
Thank you for the great article! I am evaluating Squid for possible use in a campus environment, and one of the big concerns I have with any proxy is failure management.
|
||
Showing messages 1 through 3 of 3.
-
Minimum-effort emergency bypass options?
2001-11-18 18:15:52 Jennifer Vesperman |
[View]
-
Followup: Minimum-effort emergency bypass options?
2001-08-31 09:57:22 sharumpe [View]
I just thought I'd post a followup on what I found.
It appears that if you put in a couple more ACL lines, you can achieve what I was looking for:
acl HTTP proto HTTP
always_direct allow HTTP
This will cause all queries to go directly "through" the proxy, without checking the cache. That way, if the drive fails or something goes drastically wrong, you can have a fresh install of Squid, configured with this, to take over until you can get things figured out, and no reconfiguration of the client browser is necessary.
-
Minimum-effort emergency bypass options?
2001-08-23 17:50:25 turpie [View]
Check out Proxy Auto-Config Files at http://home.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html
You can use these to specify fallback settings just in case the proxy is down.



Your own response (munging the acl lists) should work as a pass-through. I like the autoproxy idea as well, it might be useful if you need to automate switching between a pass-through and a proxy configuration.
Jenn Vesperman.