php ‘apache_note’ SUPHP 处于活动状态时起作用
我正在使用 maxminds geoip apache mod 扩展。它需要 php 函数“apache_note”。然而,当 suphp 处于活动状态时,我无法访问该功能。
理想情况下,我想使用 suphp,因为我知道它提供安全优势。
是否可以在使用 apache_note 的同时也使用 suphp ?
I am using maxminds geoip apache mod extention. It requires the php function 'apache_note'. However while suphp is active I am unable to access the function.
Ideally I would like to use suphp as I understand it offers security benefits.
Is it possible to use apache_note while also using suphp?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PHP 的 Apache 函数“仅在将 PHP 作为 Apache 模块运行时可用 ,”根据文档。 suPHP 的运行方式与 mod_php 非常不同,因此您不太可能让它工作。
当您使用 MaxMind 的 GeoIP 服务时,您是否查看过他们的PEAR 上的纯 PHP 库,或者PECL 上的 C 实现?
PHP's Apache functions are "only available when running PHP as an Apache module," according to the docs. suPHP operates very differently from mod_php, so it's very unlikely that you could get it working.
As you're using MaxMind's GeoIP service, have you looked at their pure-PHP library on PEAR, or the C implementation on PECL?