PHP - 从实时服务器到内部映射服务器的代理

发布于 2024-07-29 11:04:09 字数 433 浏览 2 评论 0原文

我有一个实时 PHP4.2.x 服务器,我可以完全控制它。 我想在 10.1.1.5 上访问我们公司的内部地图服务器,他们不想向世界开放,但很高兴我的网络服务器能够访问它。

10.1.1.5 映射服务器运行 Mapserver 4 Windows。 http://www.maptools.org/ms4w/index.phtml? page=home.html

看过cURL..但是代理请求似乎可能很令人讨厌:-)特别是在地图方面的交互性..例如拖动地图等..

有什么优雅的解决方案吗? Perpah 最好的办法是让地图服务器安全地向全世界发布?

干杯

戴夫

I've got a live PHP4.2.x server which I control fully. I'd like to access our companies internal mapping server on 10.1.1.5 They don't want to open up to world, however are happy for my webserver to access it.

The 10.1.1.5 mapping server runs Mapserver 4 Windows. http://www.maptools.org/ms4w/index.phtml?page=home.html

Have looked at cURL.. however proxying requests seems like it could be a nasty :-) Especially with interactivity on the mapping side.. eg dragging maps etc..

Any elegant solutions? Perpahs best one is to have mapping server live to the world with security?

Cheers

Dave

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

呢古 2024-08-05 11:04:09

Apache有一个名为 mod_proxy 的模块,它可以完成我认为你要做的事情要求。 我过去曾成功地将它用于类似的事情。 这还使您可以访问 apache 支持的全方位安全措施,例如 HTTP 身份验证。

Apache has a module called mod_proxy that does what I think you're asking for. I've successfully used it for similiar things in the past. This also gives you access to the full range of security measures supported by apache such as HTTP authentication.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文