0

我有一个用于 Intranet 的工作 Apache 2 设置。Apache 服务器只需要为本地的 Intranet 客户端提供页面。但是,在这些页面中,我想提供互联网内容。例如,像这样的 feedreader 中来自外部 RSS 源的内容:

http://dev.sencha.com/deploy/dev/examples/feed-viewer/view.html

Apache 服务器位于 Windows Server 2003 上。Intranet 区域中的普通客户端通过代理服务器连接到 Internet。此服务器上的浏览器也能够连接到互联网。

我的问题是如何更改我的设置,以便 Apache 可以从本地网络外部获取内容,而无需为本地 Intranet 之外的页面提供服务。

问候,法比奥

4

1 回答 1

0

您可以使用 PHP curl 获取外部(互联网)内容。 http://php.net/manual/en/book.curl.php

于 2011-01-19T10:55:39.313 回答