Apache - 常用模块

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache - 常用模块相关的知识,希望对你有一定的参考价值。

 

一、查看当前系统有哪些模块

[[email protected] httpd-2.4.23]# /opt/soft/apache/bin/httpd -M
Loaded Modules:
 core_module (static)
 so_module (static)
 http_module (static)
 mpm_worker_module (static)
 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)
 dir_module (shared)
 alias_module (shared)

 

apache维护的模块列表:

http://modules.apache.org

 

二、core_module 核心模块

 

以上是关于Apache - 常用模块的主要内容,如果未能解决你的问题,请参考以下文章

Python 常用模块学习

Apache - 常用模块

如何使用模块化代码片段中的LeakCanary检测内存泄漏?

Linux课程笔记 Apache常用模块的介绍

C#常用代码片段备忘

swift常用代码片段