fre 2006-08-11 klockan 11:41 +0800 skrev Jeff Chua: > Is it possible to cache file upload so that subsequent download of the > same file will not hit the remote server, but simply retrieve from the > local squid cache? The HTTP specifications is very vague on this. The problem is that the HTTP metadata about the object is not known in a PUT request, only when later retreiving the object from the web server. Also there is no guarantee that the web server stores the object exacly as sent by the client as there may be some serever-side processing done by the webserver before it's published.. But if your goal is more into pushing data into the cache then see the push-cache project. Unfortunately not very actively maintained however.. Regards Henrik
Attachment:
signature.asc
Description: Detta =?ISO-8859-1?Q?=E4r?= en digitalt signerad meddelandedel