Welcome! Log In Create A New Profile

Advanced

Proxy Feature Request

mat h
September 09, 2010 03:44AM
Ok first of all long time mailing list reader here, first time in a
while ive sent something in.

Ok, heres my request:
A module that would allow for a partial proxy_cache based on the last
modified date returned by the upstream server, basically here's the
pseudo code for it (persuming that the location block had something
like "proxy_partial_cache on;")

Request: http://test.com/123.html
Fetch Page http://upstream/123.html
loop headers {
if(header=='last-modified'){
if(last_modified_date <= proxy_last_modified_date){
return proxy_data and terminate_upstream_connection;
}
}
}
return upstream_data;

Hope that explains my request,
I would consider putting a few $$ towards such a module/modification
if someone was to accept (and of course it would be open source) as it
could save alot of bandwidth for us.

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

Proxy Feature Request

mat h September 09, 2010 03:44AM

Re: Proxy Feature Request

Maxim Dounin September 09, 2010 02:58PM

Re: Proxy Feature Request

mat h September 09, 2010 10:02PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 299
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready