The current source code supports a storeurl_bypass. Problem is that the
config file does not.
Herewith trivial patch against current head to add this functionality.
Index: src/cf.data.pre
===================================================================
--- src/cf.data.pre (revision 14383)
+++ src/cf.data.pre (working copy)
@@ -2975,6 +2975,19 @@
DOC_END
+NAME: storeurl_bypass
+TYPE: onoff
+LOC: Config.onoff.storeurl_bypass
+DEFAULT: off
+DOC_START
+ When this is 'on', a request will not go through the
+ storeurl if all storeurl rewriters are busy. If this is 'off'
+ and the queue grows too large, Squid will exit
+ with a FATAL error and ask you to increase the number of
+ storeurl rewriters. You should only enable this if the rewriters
+ are not critical to your caching system.
+DOC_END
+
NAME: redirector_bypass
TYPE: onoff
LOC: Config.onoff.redirector_bypass
Original issue reported on code.google.com by regar...@gmail.com on 2 Jan 2010 at 10:47
Original issue reported on code.google.com by
regar...@gmail.com
on 2 Jan 2010 at 10:47