Re: building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core)

2022-05-08 Thread Kaushal Shriyan
Hi, I have a follow up question. when i run using Method PURGE I am encountering http 404 whereas when i run using Method GET. *404 Not Found* #curl -vvv -X PURGE -I https://testnginxproxycachepurge.testintcraft.com/apis * About to connect() to testnginxproxycachepurge.testintcraft.com port 443

Re: building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core)

2022-05-08 Thread Kaushal Shriyan
Hi, I am attaching the nginx file for your reference. Please guide me. Thanks in advance. Best Regards, Kaushal Best Regards, Kaushal On Sun, May 8, 2022 at 1:38 PM Kaushal Shriyan wrote: > Hi, > > I have a follow up question. when i run using Method PURGE I am > encountering http 404 where

Re: building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core)

2022-05-08 Thread Kaushal Shriyan
Hi, Further to the earlier email, the nginx cache has the contents which are as follows. # pwd /var/www/nginx/cache # # ls -l total 0 drwxrwxrwx. 14 nginx deployuser 114 May 8 05:58 content drwxrwxrwx. 15 nginx deployuser 123 May 8 07:31 files # /var/www/nginx/cache/files # ls -l total 0 drwx--

Re: building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core)

2022-05-08 Thread Sergey A. Osokin
Hi Kaushal, thanks for the update. On Sun, May 08, 2022 at 03:52:16PM +0530, Kaushal Shriyan wrote: > Hi, > > I am attaching the nginx file for your reference. Please guide me. Thanks > in advance. [ ... ] Well, you did absolutely right when you raised an issue for the vendor of the third-part

Re: building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core)

2022-05-08 Thread Kaushal Shriyan
Hi Sergey, I am not sure if I completely understand https://github.com/FRiCKLE/ngx_cache_purge/tree/master/t. Any examples to create and run the test cases? Best Regards, Kaushal On Mon, May 9, 2022 at 2:05 AM Sergey A. Osokin wrote: > Hi Kaushal, > > thanks for the update. > > On Sun, May 08

Re: building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core)

2022-05-08 Thread Sergey A. Osokin
Hi Kaushal, On Mon, May 09, 2022 at 07:56:50AM +0530, Kaushal Shriyan wrote: > Hi Sergey, > > I am not sure if I completely understand > https://github.com/FRiCKLE/ngx_cache_purge/tree/master/t. Any examples to > create and run the test cases? Sure, please take a look on the followving URL [1].

Re: building ngx_cache_purge module on CentOS Linux release 7.9.2009 (Core)

2022-05-08 Thread Kaushal Shriyan
Hi Sergey, Is there a way to find out what URLs are cached in Nginx Cache? from Nginx command line utility or /etc/nginx/nginx.conf # pwd /var/www/nginx/cache #ls -l total 0 drwxrwxrwx. 14 nginx deployuser 114 May 8 05:58 content drwxrwxrwx. 15 nginx deployuser 123 May 8 07:31 files #cd /var/ww