You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Parin Shah <pa...@gmail.com> on 2005/08/20 04:26:18 UTC

Initial mod-cache-requester

Hi All,

please find initial version of mod-cache-requester at the following url.

http://utdallas.edu/~parinshah/mod-c-requester.0.2.tar.gz

As we have discussed the issue before, it is not possible (or atleast
not possible w/o some refactoring) to use  make-sub-request to
re-request all soon-to-expire pages. So currently I am using libcurl
to re-request all popular and soon to expire pages.

We had considered one other solution also. there we decided to
re-request durig the original request context itself, but it has some
other problems including keeping track of popularity of pages,
removing the pages from queue those are not there in the cache anymore
etc.

So as of now, making a curl request seems the best solution to me.
Further details about how to compile and configure this module is in
the readme file.

Any comments would be really helpful.

Thanks,
Parin.

Re: Initial mod-cache-requester

Posted by Parin Shah <pa...@gmail.com>.
Hi All,

I have added one directive for secret-code. This code is used to
authenticate the requests created by mod-c-requester. further details
are there in readme file.

Code is available at the same url,

http://utdallas.edu/~parinshah/mod-c-requester.0.2.tar.gz


Thanks,
Parin.

On 8/19/05, Parin Shah <pa...@gmail.com> wrote:
> Hi All,
> 
> please find initial version of mod-cache-requester at the following url.
> 
> http://utdallas.edu/~parinshah/mod-c-requester.0.2.tar.gz
> 
> As we have discussed the issue before, it is not possible (or atleast
> not possible w/o some refactoring) to use  make-sub-request to
> re-request all soon-to-expire pages. So currently I am using libcurl
> to re-request all popular and soon to expire pages.
> 
> We had considered one other solution also. there we decided to
> re-request durig the original request context itself, but it has some
> other problems including keeping track of popularity of pages,
> removing the pages from queue those are not there in the cache anymore
> etc.
> 
> So as of now, making a curl request seems the best solution to me.
> Further details about how to compile and configure this module is in
> the readme file.
> 
> Any comments would be really helpful.
> 
> Thanks,
> Parin.
>