English 中文(简体)
我如何在代理服务器上“安装”特定网络文档?
原标题:How do I "install" specific web files on a proxy server?

这是需要以这种方式建立的住房制度。

例如,我需要专门的网络文档,所有图像都必须在代理服务器上,而且从网络服务器上下载。

当浏览器要求网页时,从网络服务器向代理发送的唯一东西应该是平原的html网页。

那么,我就好像是,每时从代理人中抽取html页的用法,以便完全投向浏览器。

Is there a name for this set up? I have seen about caching but I do not even want the images downladed once. In addition, how would the html page know to use the images from the proxy?

我怎么办? 我没有设立代理服务器,但我不知道我将使用什么平台,但建议受到赞赏。

谢谢。

最佳回答

Well, I think that you could, for example, use Privoxy and tell it to redirect some queries for images to a local server or even let it replace the img src=" attribute inline using regexes.

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!