首先在命令行, 进入 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
如今有越来越多的人在网上做代驾,打造一个代驾平台,既可以让司机增加一笔额外的收入,也解决了车主酒后不能开发的问题,汉潮代驾系统基于微信小程序开发的代驾系统支持一键下单叫代驾,支持代驾人员保证金功能,支持代客下单,支持代驾人员订单调度及代驾人员位置查看,欢迎大家关注我们。 汉潮代驾系统是汉潮唐越科技有限公司研发团队自主开发的代驾系统,包含后台系统和微信小程序,主要功能模块商家设置,会员管理,营销管理
0
就会列出 apache 已经加在的模块了.
如下所示:
Loaded 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教程有兴趣的朋友有所帮助。
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号