Nagios Apache报Internal Server Error错误的解决方法

 

今天配置Nagios的时候遇到了一些麻烦,前面的步骤都一切顺利,nagios运行后,可以看到nagios的主页,但点击左边的菜单时总是提示Internal Server Error错误.错误如下: view plain copy Interna……
 

今天配置Nagios的时候遇到了一些麻烦,前面的步骤都一切顺利,nagios运行后,可以看到nagios的主页,但点击左边的菜单时总是提示Internal Server Error错误.错误如下:

view plain    copy
  1. The server encountered an internal error or misconfiguration and was unable to complete your request. 
  2. Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error. 
  3. More information about this error may be available in the server error log. 

于是查看Apache服务的错误日志,在日志的第一行就发现,原来是没有关闭系统的SELINUX安全防护。

# cat /var/log/httpd/error_log

view plain    copy
  1. SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0 
  2. suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) 
  3. Digest: generating secret for digest authentication ... 
  4. Digest: done 
  5. ...... 

于是关闭系统的SELINUX安全防护功能,

# vi /etc/selinux/config

设置SELINUX=disabled,即禁用SELINUX安全防护

然后重启服务器,访问nagios也就正常了,不会报Internal Server Error错误。

转载于:https://www.cnblogs.com/reynold-lei/p/3143512.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值