Maxmind 地理定位 api:Apache 与 PHP

发布于 2024-07-14 15:42:21 字数 453 浏览 6 评论 0原文

我希望基于 Maxmind geoip 数据库 在我的网站上实施非常基本的国家/地区限制(免费版本)。 基本上,我想将该网站的所有用户限制为仅限一个国家/地区。 我想知道的是:使用 Apache APIPHP API

我希望能够使用国家/地区代码不仅仅是简单的重定向(以不同语言显示消息等),因此这就是我倾向于 PHP 的原因,但我最关心的是对性能的影响。

感谢您的任何建议。

I am looking to implement a very basic country limiting on my site based on the Maxmind geoip database (free version). Basically, I want to limit all users of the site to one country only. What I'm wondering is: is there any performance gain using the Apache API versus the PHP API?

I want to be able to use the country code for more than just a simple redirect (display messages in different languages, etc.), so that's why I'm leaning toward PHP, but my number one concern is the impact on performance.

Thanks for any advice.

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

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

发布评论

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

评论(1

渔村楼浪 2024-07-21 15:42:21

apache API 的主要优点是永远不会调用 PHP(除非您重定向到 PHP 页面)。

因此,您可以更快地做出决定,并且可以更好地控制它是否会影响您的表现。

除此之外,没有太大区别。

-亚当

The main advantage with the apache API is that PHP is never invoked (unless you then redirect to a PHP page).

So the decision is made sooner, and you have more control over whether it affects your performance or not.

Other than that, there's not too much difference.

-Adam

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