码迷,mamicode.com
首页 > Web开发 > 详细

Apache - 常用模块

时间:2016-10-21 16:27:20      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:class   module   access   out   headers   group   列表   com   dir   

 

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

[root@localhost 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 - 常用模块

标签:class   module   access   out   headers   group   列表   com   dir   

原文地址:http://www.cnblogs.com/elewei/p/5984742.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!