zoukankan      html  css  js  c++  java
  • 查看apache httpd server中加载了哪些模块

    说明:

      有的时候,需要查看当前apache中都加载了哪些模块,通过以下命令进行查看

    [root@hadoop1 httpd-2.4.39]# bin/apachectl -t -D DUMP_MODULES
    Loaded Modules:
     core_module (static)
     so_module (static)
     http_module (static)
     mpm_event_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)
     cgid_module (shared)
     dir_module (shared)
     alias_module (shared)
     php7_module (shared)

    备注:如果配置了PATH则可以执行上述命令。

    文档创建时间:2019年7月3日15:22:44

  • 相关阅读:
    su和sudo命令详解
    JS线程Web worker
    Navicat 批处理 自动备份数据库
    MySql【Error笔记】
    vue入门
    动态库
    环境变量
    cmake_learn
    自动编译
    网络编程
  • 原文地址:https://www.cnblogs.com/chuanzhang053/p/11126690.html
Copyright © 2011-2022 走看看