gpt4 book ai didi

php - 如何检查 mod_security 是否被 PHP 激活(无 curl)

转载 作者:搜寻专家 更新时间:2023-10-31 21:14:34 24 4
gpt4 key购买 nike

有没有办法知道 mod_security 是否在使用 PHP 的 apache 服务器上激活? (没有 curl )

最佳答案

您可以尝试的一件事是使用 apache_get_modules 来发现 Apache 当前启用了哪些模块。当然,这种方法只适用于 Apache 服务器,不适用于其他流行的 HTTP 服务器。

var_dump (in_array ('mod_security', apache_get_modules ()));

关于php - 如何检查 mod_security 是否被 PHP 激活(无 curl),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11877514/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com