Re: [squid-users] StoreID Question

2025-01-02 Thread Jonathan Lee
Thanks everyone I guess my next question I am mulling over is do I still need custom refresh patterns ontop of the storeid text file items? Sent from my iPhone > On Jan 1, 2025, at 08:18, Amos Jeffries wrote: > > On 1/01/25 21:27, Robin Wood wrote: >> I've not got time to read your whole email

Re: [squid-users] StoreID Question

2025-01-01 Thread Amos Jeffries
On 1/01/25 21:27, Robin Wood wrote: I've not got time to read your whole email, but you are asking about regular expressions. ^http:\/\/[^\.]+\.dl\.sourceforge\.net\/(.*) http:// dl.sourceforge.net.squid.internal/$1 What this means is to match the first URL and "capture" the bit at the end,

Re: [squid-users] StoreID Question

2025-01-01 Thread Robin Wood
I've not got time to read your whole email, but you are asking about regular expressions. ^http:\/\/[^\.]+\.dl\.sourceforge\.net\/(.*) http://dl.sourceforge.net.squid.internal/$1 What this means is to match the first URL and "capture" the bit at the end, the bit in brackets. This then gets rewrit

[squid-users] StoreID Question

2024-12-31 Thread Jonathan Lee
Hello Fellow Squid Users, Can you please help? I have been researching this for a long time and cannot find any information on this "what is the $ mean” within StoreID? Below is my failed attempt to make StoreID work correctly. Sorry it's a mess. I have since disabled my customized StoreID patt