苏霍辛替代品
suhosin 有其他替代品吗?或者最近有类似的工具吗? 我用的是eaccelerator,听说suhosin 不能用它。
are there any alternatives available for suhosin? or any recent tools like it?
i use eaccelerator and i heard that suhosin can't get along with it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你可以切换到APC;苏霍辛+APC就可以了。这假设切换是微不足道的(据我所知,确实如此)。我们使用 APC 作为持久缓存,以及操作码缓存,所以这也是一个好处。
You could switch to APC; suhosin + APC is fine. This assumes that switching is trivial (which it is, as far as I can tell). We use APC as a persistent cache, as well as the opcode caching, so that's also a bonus.
Suhosin + APC 效果很好。但我也推荐使用 AppArmor。事实上,AppArmor 更擅长限制漏洞对系统的影响。从 8.x 开始,它就被默认安装在 Ubuntu 中,现在已经成为 Linux 主线的一部分。
Suhosin + APC works great. But I also recommend using AppArmor. In fact AppArmor is better at limiting the impact of vulnerabilities against your system. Its been installed by default in Ubuntu since 8.x, and is now a part of the Linux mainline.
Sektioneins 最近更新为包含 suhosin-ng 和 snuffleupagus
https://github.com/sektioneins/suhosin- ng/维基
https://github.com/sektioneins/snuffleupagus
还有非模块替代品可以扫描您的代码漏洞:
https://github.com/psecio/parse
Sektioneins recently updated to include suhosin-ng and snuffleupagus
https://github.com/sektioneins/suhosin-ng/wiki
https://github.com/sektioneins/snuffleupagus
There's also non-module alternatives to scan your code for vulnerabilities:
https://github.com/psecio/parse