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

在使用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

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

时间: 2024-10-16 22:13:44

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

pycharm添加wordcloud模块时报错:error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

windows 7 32bit python3.6.3 32bit pycharm2018社区版 32bit 问题说明: 添加wordcloud模块时报错:error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools 解决方法: 1. 打开http

安装Python的psutil模块时报错:error: command 'gcc' failed with exit status 1

安装Python的psutil模块: tar zxvf psutil-2.0.0.tar.gz cd psutil-2.0.0 python setup.py install 报错: running install running bdist_egg ...... psutil/_psutil_linux.c:12:20: error: Python.h: No such file or directory In file included from psutil/_psutil_linux.c

python中使用openpyxl模块时报错: File is not a zip file

python中使用openpyxl模块时报错: File is not a zip file. 最大的原因就是不是真正的 xlsx文件, 如果是通过 库xlwt  新建的文件,或者是通过自己修改后缀名得到的 xlsx文件,都会报错,我遇到的解决办法基本都是自己使用 office 新建一个xlsx文件,网上说的是由于新版 office 加密的原因,只能通过 office 的软件才能建立真正的xlsx文件. 同时来自网友的经验:#Python大坑:openpyxl和(xlrd,xlwt)不可混用!#

cordova 添加插件时报错相关问题

Error: Failed to fetch platform androidProbably this is either a connection problem, or platform spec is incorrect.Check your connection and platform name/version/URL.Error: tunneling socket could not be established, cause=getaddrinfo ENOTFOUND pr ox

向apache添加模块

1.为什么要用apxs 我们在装apache的时候,有的模块我们并不需要,所以就没有装,但是将来的某个时候我们又需要这个模块了,怎么办呢,我们需要把apache重新编译一下吗?如果你要这样做也可以,不过有一个更好的办法来解决这个问题.用apxs来添加你所需要的模块,这个根php自带的phpize很像. 要使用apxs,你的平台必须支持DSO特性, 而且Apache的httpd必须内建了mod_so模块.查看一下 httpd-l | grep mod_so 如果没有东西,说明没有装,如果显示有东西

vs2017添加引用时报错未能正确加载“ReferenceManagerPackage”包。

最近新装了2017,开始前几天还好, 可是最近在添加引用时,报错 ---------------------------Microsoft Visual Studio---------------------------未能正确加载"ReferenceManagerPackage"包. 此问题可能是因配置更改或安装另一个扩展导致的.可通过查看文件"C:\Users\Administrator\AppData\Roaming\Microsoft\VisualStudio\15.

在导入python(tab)模块时报错

在导入python的模块时会报错: 配置文件: #!/usr/bin/env python # python Tab file import sys import readline import rlcompleter import atexit import os readline.parse_and_bind('tab:complete') histfile = os.path.join(os.environ['HOME'], '.pythonhistory') try:     readl

Vs2017添加引用时报错未能正确加载“ReferenceManagerPackage”包

最近新装了2017,开始前几天还好, 可是最近在添加引用时,报错 ---------------------------Microsoft Visual Studio---------------------------未能正确加载"ReferenceManagerPackage"包. 此问题可能是因配置更改或安装另一个扩展导致的.可通过查看文件"C:\Users\Administrator\AppData\Roaming\Microsoft\VisualStudio\15.

pip 安装模块时报错问题解决方案

之前遇到pip 安装模块的时候遇到如下报错:pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out. 试过好几种方法都不可用,方法如下: modle(对应的是软件包模块的名称) 1.设置超时时间, pip --default-timeout=100 install -U modle 2.国外镜像通常比较