作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我正在尝试使用 php 通过 apache_get_modules()
获取加载的 apache 模块列表,但我得到一个错误,指出此函数未定义。
从搜索看来问题是
this only works when PHP is installed as an Apache module. This will not function when using PHP as CGI (ex: suPHP)
我不确定是否属于这种情况,但我使用的是共享主机。任何想法如何找出加载的 apache 模块的列表,最好是使用 php,但我愿意接受建议。
最佳答案
apache2 -t -D DUMP_MODULES
的命令来获取模块列表。关于php - apache_get_modules() 的替代方法以获取加载的 apache 模块列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3178173/
当函数 apache_get_modules() 不可用时,是否可以在 PHP 中检测到 mod_rewrite? 最佳答案 您可以分析 phpinfo() 的输出: ob_start(); phpi
我正在尝试使用 php 通过 apache_get_modules() 获取加载的 apache 模块列表,但我得到一个错误,指出此函数未定义。 从搜索看来问题是 this only works wh
我是一名优秀的程序员,十分优秀!