PHP - 从实时服务器到内部映射服务器的代理
我有一个实时 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.