Re: [squid-users] correct regular expression to use to capture all

2023-07-09 Thread ngtech1ltd
Hey Rob, It uses more CPU then dstdomain and the equivalent of ssl::server_name but... You should only care about the cpu usage in case you have lots of regex in your config files. Usually a few of them are worth when it gets the job done. I have some config in my archives that used a lot of re

Re: [squid-users] correct regular expression to use to capture all

2023-07-09 Thread robert k Wild
Thank you guys, Tbh I didn't think regex would be more CPU intense so thanks for that On Sun, 9 Jul 2023, 16:04 Matus UHLAR - fantomas, wrote: > On 08.07.23 13:07, robert k Wild wrote: > >True but I don't want to create two ACL lists, one for "ssl name" and one > >for "ssl name regex" > > try o

Re: [squid-users] correct regular expression to use to capture all

2023-07-09 Thread Matus UHLAR - fantomas
On 08.07.23 13:07, robert k Wild wrote: True but I don't want to create two ACL lists, one for "ssl name" and one for "ssl name regex" try only create one for ssl name. You rarely need regex. performance will thank youl On Sat, 8 Jul 2023, 12:57 Matus UHLAR - fantomas, wrote: On 07.07.23 2

Re: [squid-users] correct regular expression to use to capture all

2023-07-09 Thread Walter H.
On 08.07.2023 14:07, robert k Wild wrote: True but I don't want to create two ACL lists, one for "ssl name" and one for "ssl name regex" If I were you, I would create two ACL lists, because the one without regex as already mentioned needs less resources - CPU, memory - and can have more rule