Re: [squid-users] Allowing URL with url_regex does not work

2025-01-29 Thread Ervin Hegedüs
Hi, On Tue, Jan 28, 2025 at 09:56:21PM +, Francesco Chemolli wrote: > On Tue, Jan 28, 2025 at 9:47 PM Ervin Hegedüs wrote: > > > > acl wordpressgravity url_regex -i > > ^https?://s3\.amazonaws\.com\/gravityforms\/releases\/.* > > acl vmapache1 src 172.30.40.5/32 > > http_access allow vmapache

Re: [squid-users] Allowing URL with url_regex does not work

2025-01-28 Thread Francesco Chemolli
On Tue, Jan 28, 2025 at 9:47 PM Ervin Hegedüs wrote: > Hi there, > > I would like to allow a specific URL for a specific client. This is how I > try to do that: > > acl wordpressgravity url_regex -i > ^https?://s3\.amazonaws\.com\/gravityforms\/releases\/.* > acl vmapache1 src 172.30.40.5/32 > ht

[squid-users] Allowing URL with url_regex does not work

2025-01-28 Thread Ervin Hegedüs
Hi there, I would like to allow a specific URL for a specific client. This is how I try to do that: acl wordpressgravity url_regex -i ^https?://s3\.amazonaws\.com\/gravityforms\/releases\/.* acl vmapache1 src 172.30.40.5/32 http_access allow vmapache1 wordpressgravity The URL is something like t