• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

如何查看 apahce 已经加在的模块

php 搞代码 4年前 (2022-01-23) 14次浏览 已收录 0个评论

首先在命令行, 进入 apache 的安装目录, 注意是安装目录.

例如, 我的是 mac 用 brew 安装的, 所以 apahce 的安装文件是在:

/usr/local/Cellar/httpd24/2.4.18

进入 bin 目录, 里面装的应该都是一写命令文件.

/usr/local/Cellar/httpd24/2.4.18/bin

然后在命令行执行:

apachectl -t -D DUMP_MODULES

就会列出 apache 已经加在的模块了.

如下所示:

Loade
本文#来源gaodai.ma#com搞##代!^码7网
搞代gaodaima码

d Modules: core_module (static) so_module (static) http_module (static) mpm_prefork_module (static) php5_module (shared) authn_file_module (shared) authn_core_module (shared) authz_host_module (shared) authz_groupfile_module (shared) authz_user_module (shared) authz_core_module (shared) access_compat_module (shared) auth_basic_module (shared) reqtimeout_module (shared) filter_module (shared) mime_module (shared) log_config_module (shared) env_module (shared) headers_module (shared) setenvif_module (shared) version_module (shared) unixd_module (shared) status_module (shared) autoindex_module (shared) vhost_alias_module (shared) alias_module (shared)

括号中的意思:

(static): apache 必须加在的模块

(shared): apahce 主配置文件中开启的模块.

以上就介绍了如何查看 apahce 已经加在的模块,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:如何查看 apahce 已经加在的模块

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址