From rafayel.ha at noorlogic.com Mon Mar 27 12:46:33 2023 From: rafayel.ha at noorlogic.com (Rafael Hakobian) Date: Mon, 27 Mar 2023 16:46:33 +0400 Subject: Varnish cache issu Message-ID: Hello! in a website developed by drupa 9 varnish cache is used. when invalidating the caches via URL it shows that caches are cleared, ,but the caches are not being cleared in reality. can you please help on this issue? thanks Kind regards, Rafael -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume.quintard at gmail.com Mon Mar 27 14:13:25 2023 From: guillaume.quintard at gmail.com (Guillaume Quintard) Date: Mon, 27 Mar 2023 07:13:25 -0700 Subject: Varnish cache issu In-Reply-To: References: Message-ID: Sending again, keeping the list copied: Hi Rafael, We are going to need some information here. Can you share your VCL? How are you purging? Are you using a Varnish plugin? Cheers, On Mon, Mar 27, 2023, 05:48 Rafael Hakobian wrote: > Hello! > > in a website developed by drupa 9 varnish cache is used. > > when invalidating the caches via URL it shows that caches are cleared, > ,but the caches are not being cleared in reality. > > can you please help on this issue? > > thanks > Kind regards, > Rafael > _______________________________________________ > varnish-misc mailing list > varnish-misc at varnish-cache.org > https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc > -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume.quintard at gmail.com Mon Mar 27 16:14:54 2023 From: guillaume.quintard at gmail.com (Guillaume Quintard) Date: Mon, 27 Mar 2023 09:14:54 -0700 Subject: Varnish cache issu In-Reply-To: References: Message-ID: Thanks for the extra information. The VCL doesn't seem too wild, let try getting some logs. Can you try running this command: varnishlog -q 'ReqMethod eq PURGE or ReqMethod eq BAN' -g request And, as it is running, try purging something, the varnishlog log command should start outputting some transactions. If it doesn't, that means the purging requests are never reaching Varnish. If it does, well, we'll have to look at them :-) -- Guillaume Quintard On Mon, Mar 27, 2023 at 7:26?AM Rafael Hakobian wrote: > Hi Guillaume, > > Thanks a lot for a quick response. > > 1.How are you purging > > We used drupal varnish purger module for this and want just to invalidate > via URL. > 2. If by varnish plugin you mean varnish cache, yes we have installed > varnish according to the documentation at > https://www.varnish-software.com/emea/. > 3. this is an example of a vcl. > > Please let me know in case I missed something. > > Kind regards, > Rafael > > On Mon, Mar 27, 2023 at 6:12?PM Guillaume Quintard < > guillaume.quintard at gmail.com> wrote: > >> Hi Rafael, >> >> We are going to need some information here. Can you share your VCL? How >> are you purging? Are you using a Varnish plugin? >> >> Cheers, >> >> On Mon, Mar 27, 2023, 05:48 Rafael Hakobian >> wrote: >> >>> Hello! >>> >>> in a website developed by drupa 9 varnish cache is used. >>> >>> when invalidating the caches via URL it shows that caches are cleared, >>> ,but the caches are not being cleared in reality. >>> >>> can you please help on this issue? >>> >>> thanks >>> Kind regards, >>> Rafael >>> _______________________________________________ >>> varnish-misc mailing list >>> varnish-misc at varnish-cache.org >>> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc >>> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: