Quote:
Originally Posted by Chrysalis
the site in question is to do with firefox, it is a development site for firefox extensions and new extensions get uploaded daily sometimes every few hours and this proxy is causing me all sorts of problems at the moment
I am wondering if its possible to setup a a straight pass thru proxy on a linux box that doesnt actually cache page, but allowing me to bypass ntl's proxies, you think this is possible?
|
I think this has been covered elsewhere in this forum, but the short answer is no, you cannot bypass the upstream proxies by using your own. This is because your proxy will use port 80 (like any browser) to talk to web sites and so it will get redirected as well.
Regarding your problematic site, is it possible to do Ctrl-Refresh (for IE) as shown in Robin Walker's cablemodem help pages?
http://homepage.ntlworld.com/robin.d...l#refreshstale
Also you could enter your problematic web page into the Cacheability Engine to see if it's actually cacheable.
http://www.web-caching.com/cacheability.html
The HTTP headers that are usually used to gauge content freshness are:
Expires, Cache-Control, Last-Modified
If the headers indicate that the content is old, then it won't get its freshness verified as often as new content.