On 4/24/06, Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> wrote: > mån 2006-04-24 klockan 10:16 -0400 skrev Sketch: > > > You mentioned that with rproxy the get format is an option in the > > squid.conf. I've checked the following site out, and I cannot find > > any information on the squid.conf settingsL: > > http://devel.squid-cache.org/rproxy/. Are you aware of a definitive > > source of documentation for rproxy? > > The definitive source of documentation on squid.conf syntax with the > rproxy patch is squid.conf.default after applying the patch. Awesome! I have another one... I've got the rproxy patch now and I've attempted to patch my squid-2.5.STABLE12 source with it, however I'm getting failures because the source was already patched with customlog-2_5. Applying customlog first results in the following when patching rproxy: patching file src/client_side.c Hunk #12 succeeded at 1003 (offset 12 lines). Hunk #13 succeeded at 1554 (offset 12 lines). Hunk #14 succeeded at 1714 (offset 12 lines). Hunk #15 succeeded at 1781 (offset 12 lines). Hunk #16 succeeded at 1812 (offset 12 lines). Hunk #17 succeeded at 2057 (offset 12 lines). Hunk #18 succeeded at 2092 (offset 12 lines). Hunk #19 FAILED at 2124. Applying rproxy first results in the following when patching customlog: patching file src/client_side.c Hunk #1 succeeded at 941 (offset 91 lines). Hunk #2 succeeded at 962 (offset 91 lines). Hunk #3 succeeded at 981 (offset 91 lines). Hunk #4 FAILED at 2084. Hunk #5 FAILED at 2107. Hunk #6 FAILED at 2141. Hunk #7 FAILED at 2188. 4 out of 7 hunks FAILED -- saving rejects to file src/client_side.c.rej Is there any way to get these patches to play nice together? Thanks again!