首页 > 其他 > 详细

apache添加模块时报错:module status_module is built-in and can't be loaded

时间:2014-06-24 16:58:11      阅读:2459      评论:0      收藏:0      [点我收藏+]

在使用cacti监控linux主机上的apache时,apache需要加载 mod_status.so 模块.

编辑httpd.conf,手动添加下行:

LoadModule status_module modules/mod_status.so

在重启apache时报错如下:

httpd: Syntax error on line 58 of /etc/httpd/httpd.conf: module status_module is built-in and can‘t be loaded


原因:模块已经内置不用LoadModule  将httpd.conf的status那行用#号注释在启动即可。


那如何查看apache已经内置了哪些模块呢?

/usr/local/apache2/bin/httpd -l

Compiled in modules:

  core.c

  mod_authn_file.c

  mod_authn_default.c

  mod_authz_host.c

  mod_authz_groupfile.c

  mod_authz_user.c

  mod_authz_default.c

  mod_auth_basic.c

  mod_include.c

  mod_filter.c

  mod_log_config.c

  mod_env.c

  mod_setenvif.c

  prefork.c

  http_core.c

  mod_mime.c

  mod_status.c

  mod_autoindex.c

  mod_asis.c

  mod_cgi.c

  mod_negotiation.c

  mod_dir.c

  mod_actions.c

  mod_userdir.c

  mod_alias.c

  mod_so.c


本文出自 “青春邓勇” 博客,请务必保留此出处http://dengyong.blog.51cto.com/8409869/1429830

apache添加模块时报错:module status_module is built-in and can't be loaded,布布扣,bubuko.com

apache添加模块时报错:module status_module is built-in and can't be loaded

原文:http://dengyong.blog.51cto.com/8409869/1429830

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!